Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pcre

extract word with regular expression

regex perl pcre

regex pattern to match alternating subpatterns

php regex pcre

Apache redirect regexp: match something that is not following something

regex apache pcre

Regex search and replace on Apache header edit

regex apache pcre

Numbered back references for groups with subgroups

r regex pcre

RegExp (PCRE or Emacs): Repetition of previously defined group

regex perl emacs pcre

RegEx word performance: \w vs [a-zA-Z0-9_]

c# php regex perl pcre

is it possible to find overlapping matches with a single regex?

php regex pcre

Is there a version of subRegex which supports PCRE? [duplicate]

regex haskell posix pcre

in php how do I use preg replace to turn a url into a tinyurl

php replace pcre

Regex lookbehind - excluding words from searches

regex pcre

Tools for resolving catastrophic backtracking [duplicate]

regex perl pcre

Regex with positive lookahead across multiple lines

Wrap first and second word in span Clases PHP

php regex preg-replace pcre

How would I write a rule that detects an email attachment that has a random name, is a .xls, and has a specific file size?

removing redundancy from regex with multiple possible delimiters

regex pcre

Match email with a-z and dots or plus

regex pcre

Regex to transform abcd to (a(b(c(d))))

php regex preg-replace pcre

Matching a certain word that is not surrounded by quotationmarks with regex [closed]

regex pcre

How do I extract words from a comma-delimited string in Perl?

regex perl pcre