Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

Can regexes containing ordered alternation be rewritten to use only unordered alternation?

regex theory pcre alternation

\w will become equivalent to \p{L} in a future?

php regex unicode pcre

Why double slash dot (ie: \\.) in htaccess regex?

regex apache pcre mod-alias

Is there such a thing as a hard limit for regex matching?

php regex pcre

PCRE PHP Concrete example of the usage and utility of the "S" (Extra analysis of pattern) modifier?

php regex caching pcre

PCRE: backreferences not allowed in lookbehinds?

What does it mean that there is faster failure with atomic grouping

regex pcre

PCRE - offset vector, multiple of 3?

c regex pcre

Regex match non-greedy on one optional string and greedy on another

regex pcre

grep regex to perl or awk

perl awk solaris pcre nawk

Regex multiple match substring

regex pcre

Is there a utility that will convert POSIX to PCRE for PHP? [duplicate]

php regex posix utilities pcre

needed: open source C/C++ regular expression library that does unicode

c unicode pcre flex-lexer

Is it possible that Lua's libpcre implementation does not support '\d'?

regex lua pcre

PHP 5.4 after-install: preg_match(): Compilation failed: unknown option bit(s) set at offset 0

php codeigniter pcre

preg_match_all into simple array

PCRE regex to remove empty braces

regex perl pcre

A strict regular expression for matching chemical formulae

regex perl pcre

Which Regular Expression flavour is used in Python?

python regex pcre icu

Extra backslash needed in PHP regexp pattern

php regex pcre