Top "Pcre" questions

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.

Replace all occurrences inside pattern

I have a string that is like this {{ some text @ other text @ and some other text }} @ this should not be …

php regex preg-replace pcre
PHP: Preg replace parentheses?

What is the proper syntax to preg_replace just the parenthesis in PHP? $search = preg_replace('/\(\)/','',$search); …

php regex preg-replace pcre
Can PCRE regex match a null character?

I have a text source with nulls in it and I need to pull them out along with my regex …

regex null pcre
Escaping string for use in regular expression

Possible Duplicate: Is there a PHP function that can escape regex patterns before they are applied? I want to use …

php regex escaping pcre
PHP ereg vs. preg

I have noticed in the PHP regex library there is a choice between ereg and preg. What is the difference? …

php regex pcre posix-ere
PHP Regex: How to match \r and \n without using [\r\n]?

I have tested \v (vertical white space) for matching \r\n and their combinations, but I found out that \v …

php regex newline pcre
Perl compatible regular expression (PCRE) in Python

I have to parse some strings based on PCRE in Python, and I've no idea how to do that. Strings …

python regex parsing pcre
XAMPP - MySql - This version of PCRE is compiled without UTF support at offset 0

I was trying to install a wordpress website on my computer (it's a Mac 10.11) but I got this error: "This …

mysql regex macos xampp pcre
Snort rules regex matching

I want to generate an event in snort whenever someone visits a URL structured like site/year2015.pdf site/year2014.…

regex pcre snort
Cannot --enable-pcregrep-libbz2 because bzlib.h was not found

I am trying to install pcre 8.32. When I tried to install following this tutorial I get this error: **Cannot --enable-pcregrep-libbz2 …

linux fedora pcre yum