Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regular Expression For Consecutive Duplicate Bigrams

regex r gsub

How to scan for a string literal allowing escaped characters?

python regex parsing escaping

Complex non-greedy matching with regular expressions

python regex non-greedy

Regular expression to search for plural or singular of specific python

python regex

I want to match money amount with regex for indian currency without commas

python regex

How can I remove all non-alphanumeric characters from a string, except for '#', with regex?

python regex

RegEx for name: Any language but first letter must be capital

regex

Why isn't this a valid regular expression?

javascript regex html

Oracle REGEXP_LIKE doesn't work as expected

sql regex oracle

Why do these three regexes have different step counts?

regex pcre

Regex to include certain words but exclude another

regex

Perl regular expression inside regular expression

regex perl expression

PowerShell -split on Pipe Character

regex powershell split

Sanitizing strings with filenames and extension in Java

java regex string

CodeMirror simple mode - regex not highlighting as expected

javascript regex codemirror

Regex string doesn't contain 2 dots in a row

regex

How to validate an IPv6 address using a combination of RegEx and code?

javascript regex

Why pcre regex is much faster than c++11 regex

c++ regex c++11 pcre

Extract all substrings beginning and ending with a regex from large string

java regex

Regex to match words with punctuation but not punctuation alone

regex swift