Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

how can i write this regex? ungreedy related

php regex pcre

Regex to select all URLs in a body of text except a particular URL (Sublime Text)

regex pcre

PHP: Converting text links to anchor tags

php regex pcre

RegEx is matching too early

php regex pcre

Regular expression '^[abc]+$' not working as intended

python regex python-3.x pcre

How to replace square brackets with curly brackets using R's regex?

regex r pcre brackets