Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

RegularExpressionValidator.ValidationExpression to force length in 10 or 12 symbols

.net asp.net regex validation

Searching for simple variable names like 'c' or 'x' in Emacs

regex emacs

Replacing strings with regex in JavaScript

javascript regex replace match

validation of special characters

ruby-on-rails ruby regex

How to print string in this way

python regex

Speeding up regular expressions in Python

python regex optimization

Is it possible for a regex to know whether a date is a weekend or not?

javascript regex date

String regex not working

c# regex

Regular expression .*? vs .*

php regex

RegExp Validate SMS Text

regex validation sms

Regex for specific number

regex

How do you use a plus symbol with a character class as part of a regular expression?

regex bash character-class

RegEx to match all occurrences of a character *after* the first occurrence?

objective-c regex

How can I specify optional characters in a regular expression?

regex

Extracting JSON from cURL results

php regex json curl preg-replace

sed: hold pattern and rearrange line

regex variables sed awk

c# Regex remove words of less than 3 letters?

c# regex

Regex to match only innermost delimited sequence

regex perl delimiter lookahead

Regex to match a negative number in Django URL dispatcher?

regex django

How do I translate this Perl regular expression into Java?

java regex perl