Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

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

strsplit inconsistent with gregexpr

regex r pcre strsplit

replace a part of a string with REGEXP in sqlite3

regex sqlite pcre

Match list of incrementing integers using regex

regex pcre

php regex word boundary matching in utf-8

How to replace one or two consecutive line breaks in a string?

php regex pcre line-breaks

ERE - adding quantifier to group with inner group and back-reference

regex sed grep gnu pcre

Detect if PCRE was built without the --enable-unicode-properties or --enable-utf8 configuration switches

php utf-8 pcre

RegEx: \w - "_" + "-" in UTF-8

php regex unicode utf-8 pcre