Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

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

Matching a^n b^n c^n for n > 0 with PCRE

regex pcre

Matching Unicode letter characters in PCRE/PHP

Is it possible to define a pattern and reuse it to capture multiple groups?

regex notepad++ pcre

How to Install PCRE Development Headers on Mac OSX

Extra characters on the end of replaced text

java php regex pcre

How can I use the same regular expression in different programming languages?

java javascript ruby regex pcre

Can someone explain Possessive Quantifiers to me? (Regular Expressions)

regex pcre

Why do /\w+:/ and /\S+:/ handle backtracking differently?

regex pcre backtracking

Regex to validate subtract equations like "abc-b=ac"

regex pcre

XAMPP - MySql - This version of PCRE is compiled without UTF support at offset 0

mysql regex macos xampp pcre

What do the constructs \H, \V and \N mean?

php regex java-8 pcre

Will [a-z] ever match accented characters in PREG/PCRE?

php regex ascii pcre