Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to strip down comma-separated strings to unique substrings

r regex

What did I do wrong here? [Javascript Regex]

javascript regex

How to find two adjacent repeating digits and replace them with a single digit in Java?

java regex string

Regex to insert newlines into large block of text at specific locations

regex

What does re.compile(r'[[]]') match?

python regex

How do I handle every ASCII character (including regex special characters) in a Perl regex?

regex perl ascii split csv

Remove useless paragraph tags from string

php regex

How can I pull all Numbers (as int) out of a string? c#

c# regex string

How to split this string in c#?

c# regex split

django url regex

regex django django-urls

How can I count the amount of spaces at the start of a string in Perl?

regex perl

Repeating a regex pattern

regex sed

How can I check if a string EXACTLY matches a regex pattern?

php regex

Extract an ISBN with regex

java regex

Parse e-mail addresses with PHP?

php regex parsing email

Ruby: Remove everything after (and including) decimal

ruby regex

Javascript regex to escape quotes (but not escape already escaped quotes)

javascript regex

reference matches in a string gsub regexp

ruby-on-rails ruby regex

Delete a Line which contains a specific word

regex notepad++

split a comma, space, or semicolon separated string using regex

python regex