Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex expression with \1 references not matching desired string

javascript regex

WordPress Redirection plugin to include query parameters in target URL

Regex string doesn't match

python regex

Extract info from email body with Google Scripts

Regex to match alphanumeric -- query rows that contain numbers in postgresql

regex postgresql

Python regex matching with optional prefix and suffix

python regex

Regex - nested lookahead assertion

regex regex-lookarounds

How do you search/replace the nth occurrence in vim visual mode?

regex vim

Regular expression to find <% but exclude <%@?

regex eclipse

Why does Perl's m//g operator sometimes result in NULLs being introduced into text?

regex perl side-effects

using sed to delete lines containing slashes /

regex bash sed

Parse arbitrary delimiter character using Antlr4

regex antlr4

dynamically generate regex from the keys of the dictionary python

Regex: Ignore order of capture groups and capture only last occurrence

regex

Find decomposed unicode characters to be replaced by precomposed equivalents

javascript regex

How would I match `.scss`, `.sass`, `.css` but not `.ass`? (RegExp)

javascript regex

Regex : how to optional capture a group

regex

EF Data annotations Regular expression

Dynamically double-quote "keys" in text to form valid JSON string in python