Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Is it possible to generate a (compact) regular expression for an anagram of an arbitrary string?

regex complexity-theory

Regex: Substring the second last value between two slashes of a url string

ruby regex url substring

How to Perform Operations on Regex Backreference Matches in Javascript?

javascript regex

Using regular expressions to remove all the GOs in a sql script file

c# regex tsql

regex to parse string with escaped characters

javascript regex

Multiple substitutions of numbers in string using regex python

python regex string

JavaScript replace() Method: remove empty space just at the end and at the beginning of the string [duplicate]

javascript regex replace

I would like to color highlight sections of a pipeline string according to a regex in Powershell

pcre regex to match first two words, numbers

php regex string pcre

How to split by double or more empty lines? Regex.Stplit adds unwanted strings

c# regex string

Make at least one group mandatory

java regex

C# Regex Match 15 Characters, Single Spaces, Alpha-Numeric

c# regex

vim visual block search/replace only replacing first occurrence on a line

regex vim replace

What is the best regular expression for phone numbers? [duplicate]

regex phone-number

Lookaround lookbefore regex for R

regex r

Split by a character in JavaScript but not contiguous ones

regex - How do I exclude "%" and "_"?

javascript jquery regex

How to split a string by comma ignoring comma in double quotes

regex powershell split

Negative lookahead regex to ignore list of words

regex

How can I parse sql file from within Python?

python sql regex