The -j flag of ip outputs in JSON format. You can parse that with jq:
-j
ip
jq
ip -j link show enp3s0 | jq -r '.[].address'