Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

RegularExpressionValidator for multiple emails

asp.net regex validation email

Regex match $ but not \$ or $$ in Google Apps Script's body.replaceText()

Regular expression: Match a string that contains no more than three consecutive Bs (without using negative lookahead)

regex

RegEx to span multiple lines

python regex python-3.x

Replace chars but exclude the word which is using it regex

regex

Remove NA strings from table (characters) in R

r regex gsub

How do named and unnamed PCRE capturing groups interact?

regex pcre

grep - show two parts of matching line

regex grep zsh

how to use variables as regular expression value?

regex lisp scheme racket

Part of regular expression should not be matching . or , in the end

php regex text

How come this RegEx isn't working quite right?

regex

Javascript to match a specific number using regular expressions

javascript regex

Grep a whole whitespace-separated word in bash

regex unix awk grep

How do I combine these two regular expressions into one?

javascript regex

Regex to ensure a specific word does not occur in the middle of a pattern

regex

Removing everything except numbers inside braces and some characters

php regex

Why there is no special regular expression construct for backspace character ("\b") like for \\t, \\n, \\r, and \\f in Java?

java regex

Is there something like Regular Expressions, but for matching JSON instead of strings?

regex json parsing

Turn URL into HTML link

python regex url formatting