Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Extract Excel string from matched Regular Expression (VBA)

regex vba excel

Scala regex extract domain from urls

regex scala

Use Perl regex attributes in awk

regex perl awk pcre

How do you remove all the lines between two html tags using sed (or similar)?

regex bash sed

How to tell regex not to match a group?

javascript regex

One or Two Letters followed by 3-4 numbers

regex

MongoDB Search and Sort, with Number of Matches and Exact Match

Saying that two letters have the same quantifier without specifying a number in Regex

regex

Regex in R: replace only part of a pattern

regex r

Regex matching except whitespace in Python

python regex

Replace last comma separated value by another using regex

javascript jquery regex

Format perl regex capture groups

regex bash perl

If text begins or ends with these characters, remove characters

javascript jquery regex

Using awk to find a domain name containing the longest repeated word

regex bash awk

Replacing empty <p></p> with regex

javascript regex

How to capture all regex groups in one regex?

Regex validation letters, dots and dash Laravel

php regex laravel

When using regex in C, \d does not work but [0-9] does

c regex

How can I remove a filename extension from a string in Rails 4?

ruby-on-rails ruby regex

Using Python's regex .match() method to get the string before and after an underscore

python regex string iterator