I\'d like a reg exp which can take a block of string, and find the strings matching the format:
....
for me worked ~~ will return an array containing elements found. Here you can test it: https://regex101.com/r/rTmKR4/1
~~