Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Case-insensitive Regular Expression - VBA

arrays regex excel vba

Get the full word that cursor is touching (or within) JavaScript

javascript html regex range

Grep value between strings with regex

regex awk sed grep

Why does this regex work in grep but not sed?

regex sed grep

RegEx, Substituting a variable number of replacements

regex perl

Converting a Backus–Naur form grammar to a .Net regex

.net regex bnf

Is there a way in python to apply a list of regex patterns that are stored in a list to a single string?

python regex list

Regular expression to find a line containing certain characters and remove that line

regex

Replacing HTML attributes using a regex in PHP

php html regex preg-replace

Substituting a regex only when it doesn't match another regex (Python)

python regex

A "smart" (forgiving) date parser?

regex perl parsing date

Scalable Regex for English Numerals

java regex perl

Dealing ASP.net Routes with n slashes using regex

regex asp.net-mvc routing

Javascript Regex Match the first the occurrence

javascript regex

Convert spaces to tabs in RegEx

regex string

How might I complete this example using LINQ and string parsing?

regex for state abbreviations (python)

python regex

SQL Server and regular expressions

sql-server regex lucene.net

Bash: Extract Range with Regular Expressioin (maybe sed?)

regex bash unix sed

Is it safe to validate a URL with a regexp?