Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Detect emails in a text and surrond it with the <a> tag

java regex email extract

.htaccess - move site from .html to .php, but exclude a folder

php regex apache .htaccess

Using standard .NET Regex in Visual Studio's Find dialog

Extracting URLs of certain pattern from text

python regex python-3.x

Remove backslash from a json string

r json regex

difference between [0-9] and \d in tcl

regex tcl

Using sed, awk, etc. to separate after middle dot characters

regex bash awk sed

Getting port from URL string using Javascript [duplicate]

javascript regex

How to replace special characters and numbers with the character and spaces on each side

java regex string replace

JavaScript - Regex Credit Card expiry date auto format

javascript regex

Ruby super-insensitive Regex to match school names with accents and other diacritics

How is the regular expression [1-57-9] interpreted?

java regex expression

Perl Regex issues

regex perl

Finding a paragraph containing a word in MS word [closed]

regex ms-word

Confused with Groovy regex matching

java regex groovy

Splitting long lines in bash with numbering

regex bash text sed

String.replaceAll() with [\d]* appends replacement String inbetween characters, why?

java regex

Could anyone give an explain on following javascript RE code?

javascript regex

Get data between 1st and 2nd pipe in python

python regex

Is there an updating match counter which I can use as a prefix in the replace text?

regex perl