Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Extract text up to the Nth character in a string

regex postgresql

Custom character class in C# regex

c# regex

What does "**/*" in app.json or package.json mean?

set() not removing duplicates

python regex list python-3.x set

regular expression ".*[^a-zA-Z0-9_].*"

c# regex

Using Java's replaceAll to replace the whole string

java regex replaceall

Regex searching for string that contains 3 or more digits

c# regex numbers

Converting LTR to RTL?

c++ regex delphi uniscribe

With Swift replacingOccurrences .regularExpression, how can you PROCESS each match (for example, each match becomes uppercase)?

swift regex swift5

How to check LinkedIn web link using RegEx Patterns in Java?

java regex url-pattern

How to replace all characters in a string except first and last characters, using JavaScript

javascript regex

Regex Replace function: in cases of no match, $1 returns full line instead of null

Python regex to parse into a 2D array

python 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