Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Perl regex exclude optional word from match

regex perl

awk: change field separator keeping first column as is

regex awk field

Regex Search and Replace Program

regex search

What's the most compact version of "match everything but these strings" in the shell or regex?

regex shell grep

concatenate multiple regexes into one regex

regex

grep vs Perl. Should I mod this to work, or should I just replace it with Perl code?

regex perl bash grep

I have two problems, one of them is a regex

c# regex .net-3.5

trim phone number with regex

regex

Regex for at least a certain number of digits in a string

c# asp.net regex

What are good Perl Pattern-matching / Regex Modules?

regex perl module cpan

How to return the first five digits using Regular Expressions

regex

Simple C# regex question

c# regex

How I match an HTML attribute using Notepad++ regular expression search?

regex notepad++ replace

javascript, best way to tell if a val is a single digit

javascript regex digits

When would it be worth using RegEx in Java?

java regex

Four letter word with at least a "j", elegant and most compatible regex solution?

regex

Javascript regexp: replacing $1 with f($1)

javascript regex string idioms

Regular expression for 1-50 without decimal point

mysql regex digits

Find multiple patterns with a single preg_match_all in PHP

php regex

Extract 4 digit number from a text

php regex preg-match