Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to allow only some characters or empty string in a text field

regex null string

Grep regex not working with square brackets

regex bash grep quoting

Split string by whitespaces, ignoring escaped whitespaces [duplicate]

ruby regex string split literals

Where do regexes with backreferences belong in the chomsky hierarchy (do they belong there at all)?

regex

Replace a substring in a string except when the string is inside quotes

java regex

Regular expression to match a unknown length string ending in partially known terminator

regex

Notepad++: Reducing multiple line breaks to single

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