Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pre-built regular expression patterns or Regex Libraries? [closed]

Tags:

regex

Does anyone use have a good regex library that they like to use? Most of the regexes that you find online either contain bugs or are so focused on the edge cases that it turns into a competition to validate whatever spec 100%. Of course you can write your own, but when you are billing by the hour its handy to have a library around.

like image 441
AdamSane Avatar asked Aug 14 '08 03:08

AdamSane


2 Answers

You can search for regular expression in regexlib.

like image 81
jfs Avatar answered Sep 22 '22 13:09

jfs


Boost, for c++

like image 44
Ed. Avatar answered Sep 19 '22 13:09

Ed.