Perl Compatible Regular Expressions(PCRE) was initially developed as a regex engine for PERL, but grew into a library that many other languages (like PHP and Apache) use for their regex.
I’d like to give my users the option to not only fill in letters and numbers, but also “special” …
php regex pcrePossible Duplicate: how to force preg_match preg_match_all to return only named parts of regex expression I have …
php regex preg-match pcreI have preg_match_all function: preg_match_all('#<h2>(.*?)</h2>#is', $source, $output, PREG_…
php arrays multidimensional-array preg-match-all pcreThis is a newbie question but I hope I can express my question as clearly as possible. I'm trying to …
c++ pcreThe pattern (?<!(asp|php|jsp))\?.* works in PCRE, but it doesn't work in Python. So what can I do …
python regex pcre negative-lookbehindI just upgraded my MacBook Pro to Mavericks and my local Ruby on Rails development environment isn't running straight off …
ruby-on-rails macos passenger pcre ruby-on-rails-2I'm trying to write a reasonably permissive validator for names in PHP, and my first attempt consists of the following …
php regex unicode pcre character-propertiesLets say that I have 10,000 regexes and one string and I want to find out if the string matches any …
regex algorithm pcreI've spent the day trying to figure out a strange problem. I have a WordPress site that is running into …
php apache command-line pcreI installed REGEX support with apt-get install sqlite3 sqlite3-pcre now I can use REGEX in my queries on the …
regex sqlite pcre