Hi
I am searching for a way to retrieve all emails addresses from a given string. For example: if i have the string "AB CD [[email protected]]" i want to receive only "[email protected]".
I guess i should use RegExp and String match function, but i am not sure how.
Any ideas?