Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

Is it possible to erase a capture group that has already matched, making it non-participating?

regex pcre regex-group

nginx : rewrite rule to remove /index.html from the $request_uri

nginx pcre

Need a regex to match a variable length string of numbers that can't be all zeros

php regex to match outside of html tags

php regex preg-replace pcre

ereg_replace to preg_replace?

php regex pcre posix-ere

RegEx: Look-behind to avoid odd number of consecutive backslashes

RegEx: Match nth occurrence

regex pcre

Atomic groups clarity

regex pcre backtracking

Using pcre2 in a c++ project

c++ c++11 visual-c++ pcre

nginx location regex - character class and range of matches

regex nginx pcre

Automatically detect identical consecutive std::string::find() calls

Regex (a?)* not exponential?

Can a Perl/Java/etc regular expression be written to match decimal (non-)prime numbers?

How can I get only named captures from preg_match? [duplicate]

php regex preg-match pcre

What is a safe PCRE regex delimiter to use on HTML5 pattern input element attribute?

php regex html pcre

Nginx install on Mac OS X Lion. Cannot find PCRE

nginx osx-lion pcre

"'\w' is an unrecognized escape" in grep

r regex pcre

PHP: Preg replace parentheses?

php regex preg-replace pcre

Snort/PCRE Regex: odd character class syntax

regex pcre snort

Make a non-greedy RegEx in backward direction to behave the same like in forward direction