Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

Javascript validation regex for names

javascript regex

Regex to find files matching file extension except if filename contains string

Negative lookbehind in regex

How exactly does this recursive regex work?

Regex replace any number of matches at the start of the line

c# regex replace

Replace all occurrences of the Tab character within double quotes

c# regex regex-group

How do I match [ in a Smalltalk regular expression?

regex smalltalk pharo

Is there a regex to grab all quotation marks?

java regex quotation-marks

Identify if there are two of the same character adjacent to eachother

python regex python-3.x

Is it possible to convert PHP Regex (using subroutine calls) to C# regex?

c# php regex

Regular Expression to Match Non-Whitespace Characters

regex nsregularexpression

Checking strength of password with regex

python regex

Use strsplit with multiple delimiters [duplicate]

r regex strsplit

Regular Expression Matching Stock Ticker

python regex python-3.x

Regex or split in python for shell awk equivalent

python regex bash awk split