I have a string:
'@test1 in else',
'@test2 in something',
My goal is to receive on regex match the following:
test1
test2
The closest I got is using this but it seems to be not fully working, please help me figure it out, thanks:
(?<=@)(.*)(\s+)