Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

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

Regular expression to capture from a character until the first period

regex

The use of slash in python string and regex

python regex string escaping

Fuzzy string matching and regex

vimscript regex: write multiple matches in array

regex vim