Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Do I always need to escape metacharacters in a string that is not a "literal"?

java regex string

Non-capturing group inside a named group

python regex

Regular expression, selects a portion of text inside other

javascript c# regex

Python regex match whole string only

python regex

Replacing an integer (n) with a character repeated n times

javascript regex

How to replace everything but a specified string using regex

SpannableStringBuilder replace content with Regex

Does String match glob pattern

javascript regex wildcard glob

Regex to match text, but not if contained in brackets [duplicate]

regex

Java Regex split string between delimiter and keep delimiter [duplicate]

java arrays regex string

How to create a random string from a regular expression

Querying "like" in pymongo [duplicate]

python regex mongodb pymongo

<.ident> function/capture in perl6 grammars

regex grammar raku

Flutter Dart: How to extract a number from a string using RegEx

regex dart flutter

How to delete all lines before the first and after the last occurrence of a string?

regex awk sed grep

regex for replacement of specific character outside parenthesis only

US Phone Number Verification

RegExp match one Word or Multiple Words in Quotes

regex

Python: re.find longest sequence

python regex

Is String.replace any faster than String.split ... String.join in ActionScript 3?