Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

In D using the std.regex library, how do you match a dot?

regex d

Reformat string containing uk postcode using regex

javascript regex

Regex - How to search for singular or plural version of word [duplicate]

regex sublimetext

Will a lookahead in regular expressions always not capture or does it depend?

regex

Escaping brackets in Clojure

regex string clojure

What's the Python equivalent of $1 in Perl, or any other special variables in regular expressions?

python regex

validate a string is non-negative whole number in javascript

Regex to match comma separated list with no comma on the end

c# .net regex

Using Regexp to check whether a string starts with a consonant

ruby regex

How can I check the last character in a string in bash?

regex bash shell command-line

Regex to allow only 9 or 10 characters?

javascript regex

Greater than and less than symbol in regular expressions

php regex

How to escape and unescape quotes in JavaScript?

dynamic regex argument in re-find function in clojure

regex clojure

Regex to match a period

regex matching

JavaScript to replace variable in a string

javascript regex

How do i repeat regex

regex

Bash: loop through files that DO NOT match extension

regex bash file loops

`error: unbalanced parenthesis` while checking if an item presents in a pandas dataframe

ignoring newline character in regex match

python regex