Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

Why doesnt [\n$] work while (\n|$) does?

regex pcre

Escape PCRE metacharacters in Haskell

haskell escaping pcre

Can't link libpcrecpp w/ MinGW

c++ linker mingw gnu pcre

php preg_split a text without loose ,.: and so forth

php regex pcre preg-split

PCRE regular expressions backtracking control

regex pcre

Named subroutines in Oniguruma regex engine?

ruby regex perl pcre oniguruma

How to catch a dot in Perl regex?

regex perl pcre

Perl Regex Unexpected Performance Hit

regex performance perl pcre

Escaping user input for use in a PostgreSQL regex using PHP?

Regex with double negative matches

php regex pcre

Match pattern only if enclosed in parentheses

regex pcre

Regex - Unicode Properties Reference and Examples

Regular expression to match a certain HTML element

php regex html-parsing pcre

Invalid escape sequence lua regex

regex nginx lua pcre

PHP Regexp (PCRE) - Find a set of all substrings

php regex pcre

What are the differences between GNU grep's basic/extended and PCRE (`-P`) regular expressions? [closed]

regex grep gnu pcre

PHP - Replacing ereg with preg

php regex pcre posix-ere

What does `e` modifer mean in preg_match?

php preg-match pcre