Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Using Javascript RegExp to replace each match with an iterating number

Why does JSLint returns 'bad escapement' on this line of code?

javascript regex jslint

Is there equivalent to \Q ... \E in C# Regex

c# regex

ssh-rsa public key validation using a regular expression

JSLint reports "Insecure ^" for my regex -- what does that mean?

regex jslint

What regular expression can remove duplicate items from a string?

regex unique-values

How to clean up a string to use as a filename in PERL?

regex perl

Need a RegEx tool that suggests expressions based on selected text [closed]

regex

htaccess: redirect old domain and all pages to a new domain

Replacing HTML tag content using sed

html regex bash replace sed

OS X Find in bash with regex digits \d not producing expected results

regex macos bash terminal find

pattern() vs toString() in Pattern class

java regex pattern-matching

Python string replacement with random items

python regex string

Java regex : matching a char except when preceded by another char

java regex

Java, How to split String with shifting

java regex string split

Python regex slow when whitespace in string

python regex

Regex - PascalCase to lower case with underscores

c# regex

Javascript split at multiple delimters while keeping delimiters

Is there a Python equivalent to the Perl "/x" modifier for regular expressions?

python regex perl

Why do Python findall() and finditer() return empty matches on unanchored .* searches?

python regex