Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Javascript UK Postcode Validation [duplicate]

Cucumber JVM: How do I use a double as an input value?

$ and Perl's global regular expression modifier

regex perl

Split body of text into sentences but keep punctuation?

ruby regex

C# Regex - Accept spaces in a string

c# regex

What does this `/^.*$/` regex match?

javascript regex

MySql REGEXP to match two comma separated strings

mysql regex

Python re.findall print all patterns

python regex findall

How to write regex for bullet space digit and dot

java regex

Ruby regexp returning "" vs nil

ruby regex

Recursive nested matching pairs of curly braces in Ruby regex

ruby regex

Replace part of string in mysql table column

mysql sql regex wordpress

Replace all occurrences in a String by using regex in groovy

python regex inserting a space between punctuation and letters

python regex string

preg_replace when not inside double quotes

php regex preg-replace

Splitting a string with brackets using regular expression in python

python regex

How to match a string that starts and ends with the same letter?

regex

Regular Expression for a string that contains one or more letters somewhere in it

java regex

What does the regex pattern 'pL' do? [duplicate]

php regex preg-replace

re.sub on lists - python 3

python regex python-3.x