Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

JSLint Regexp Violation Quandry

How to search text surrounded by double-quotes with RegEx?

regex

Javascript Regex with .test()

javascript regex

Ant replaceregexp task - Match and replace HTML comments block

regex apache ant

C# Regex, Unrecognized escape sequence

c# regex

Regular expression for upper case letter only in JavaScript

javascript regex

Use ready-made character class and restrict it further

regex perl unicode

How to insert newline character after comma in `),(` with sed?

regex sed

preg_replace() regex to match relative url() paths in CSS files

php regex preg-replace

Using decode() vs. regex to unescape this string

What does "?:" mean in a Python regular expression?

python regex

RegExp regular expression find & replace whole words only

regex

Which Regular Expression flavour is used in Python?

python regex pcre icu

Perl: How to replace only matched part of string?

regex string perl

Convert string to valid Java variable name

java regex code-generation

Regex for Linux file permissions (numeric notation)

regex linux bash grep

Perform simple math on regular expression output? (Python)

python regex

Missing parentheses with Regex

Python regex extract vimeo id from url

python regex url vimeo

Regex to match at least 2 digits, 2 letters in any order in a string

java regex