Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex for 12hr and 24hr time format

c# asp.net regex

how to match one word or another, within a single line, with sed

regex sed word match

How to write a recursive regex that matches nested parentheses?

php regex

Regular Expression Letter followed by numbers or numbers and a letter

c# asp.net regex

regex pattern to allow positive and negative integers

regex xsd

Matching only one occurrence of a character from a given set

java regex

Is there a database that can store regex as values?

regex database

Lazy quantifier {,}? not working as I would expect

regex lazy-evaluation

Find overlapping Regexp matches

ruby regex overlap

Check for valid domain name in a string?

python regex string dns

Recognize URL in plain text

asp.net regex url

how to replace last occurrence of a word in javascript?

javascript regex

Wrap Text in P tag

php regex tags

How to convert javascript regex to safe java regex?

java javascript regex

Regex in Python to find words that follow pattern: vowel, consonant, vowel, consonant

python regex

JavaScript RegExp match text ignoring HTML

javascript regex

Converting new lines to paragraph/br HTML tags, can this be a single regex?

javascript regex string

In Perl, what is the difference between s/^\s+// and s/\s+$//?

regex perl

Simple PHP Regex String Starts With

php regex

Javascript replace() and $1 issue

javascript regex