Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Common Regular Expressions [closed]

Tags:

.net

regex

Is there a site online that lists common regular expressions or has a utility to help you create one based on sample text?

Thanks!

like image 928
Chris Avatar asked Dec 01 '08 16:12

Chris


2 Answers

The most known regular expression sites are:

http://www.regular-expressions.info/

http://www.regexbuddy.com/

http://regexlib.com/RETester.aspx

Here you have a Regular Expression cheat sheet:

http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/

like image 103
netadictos Avatar answered Oct 21 '22 20:10

netadictos


  • Expresso is a good regular expression tool.
  • Regular-Expressions.info is a good tutorial
  • Regexlib has a lot of common regular expressions.
like image 22
NikolaiDante Avatar answered Oct 21 '22 20:10

NikolaiDante