Regex

A regular expression is a pattern which specifies a set of strings of characters; it is said to match certain strings.

Online tester

regular experssions 101

Usefull

Everything from the right back to the /

([^/]*$)

Extract the name from an email addres

([^@]+)