Regex
A regular expression is a pattern which specifies a set of strings of characters; it is said to match certain strings.
Online tester
Usefull
Everything from the right back to the /
([^/]*$)
Extract the name from an email addres
([^@]+)
A regular expression is a pattern which specifies a set of strings of characters; it is said to match certain strings.
Everything from the right back to the /
([^/]*$)
Extract the name from an email addres
([^@]+)