Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Escaping parentheses in Go regexp

regex go

Check that string contains non-latin letters

java regex latin

Replacing first whitespace in every line with a comma [closed]

python regex

Java Regex How to Find if String Contains Characters but order is not a matter

java regex

How to match regex for any two numbers not both zero?

regex

Bash Regex to check if first character of string is a number

regex bash shell

Split a string into pieces using java / a better code

java regex

Insert space between characters regex

python regex

Regex to match numbers starting with 1, maximum 12 digits

regex

How to grab the string between the first and last occurrence of a hyphen

java regex string

javascript regex to allow letters, numbers, periods, hyphens, underscores, and spaces

javascript regex

Pattern validation with JavaScript

Regex to identify Reddit usernames

python regex reddit praw

PHP preg_match for validating 10 digit mobile number

php regex preg-match

Regex - Extract a substring of a email document with a regular expression

Perl regex working in online PCRE tester but not in perl command

html regex bash perl pcre

Surround strings with quotes in Notepad++ using regex [duplicate]

regex notepad++

Two greedy quantifiers in the same regex

Using Perl in-line edits, how do you insert a line after the Nth occurence of a string?

regex perl scripting

How to use back references in kotlin regular expressions?

regex kotlin