Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

extract filename from path [duplicate]

php regex

Regular expression to match integers up to 9 digits

javascript regex

How do I match a string up to the first comma (if present) with a Ruby regexp

ruby regex

Regex for removing only specific special characters from string

regex to remove comma between double quotes notepad++

regex notepad++

Using NSRegularExpression to extract URLs on the iPhone

Django URL Pattern For Integer

python regex django-urls

php: remove brackets/contents from a string?

php regex

Regex for validating only numbers and dots

java regex

How can I strip HTML in a string using Perl?

html regex perl strip

PHP: fastest way to check for invalid characters (all but a-z, A-Z, 0-9, #, -, ., $)?

php regex validation

Regex to extract initials from Name

c# regex

In Perl, how can I get the matched substring from a regex?

regex perl

Is it possible to transform to lowercase using Eclipse's regex search and replace?

regex eclipse

Remove everything within script and style tags

javascript php jquery html regex

Regular expression to remove hostname and port from URL?

javascript regex

javascript regex validate years in range

javascript regex

How can I parse quoted CSV in Perl with a regex?

regex perl csv

Parsing CSS by regex

php css regex css-parsing

Allow only [a-z][A-Z][0-9] in string using PHP

php regex