Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to use pd.melt to unpivot a dataframe where columns share a prefix?

python pandas regex unpivot melt

Merge two regexes with variable number of capture groups

regex perl regex-group

Regex: Match this string

ruby regex

Perl - how can I match strings that are not exactly the same?

regex string perl

Why using re.I flag in findall() function gives different results when function is used on the compiled regex object vs function used by itself

python regex findall

Python Regex: How to select lines between two patterns

Substitution for comma match

python regex

Replace several words in string using associative array keeping original case intact

php regex string preg-replace

Regex to match specific words after one word

php regex

extracting values from column using tidyr

regex r gsub tidyr

How to handle special characters like & and / in .htaccess rules?

Regexextract decimal number from text with decimals

Python re.sub() with dots

python regex

regular expression for line length and multiline input

regex multiline

RegExp to match comma separated hostnames

javascript regex

Strip URL in Python

python regex url strip

sed: display lines selected for deleting

regex sed

Regular expression to reject all non-English characters except some characters with accents

Regex to allow spaces in string - bash

regex bash

Why is the read-only RegexGenerator.g.cs file (autogenerated by GeneratedRegex attribute) throwing CS0165

c# regex generated-code