Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regular expression challenge to match same numbers separately

regex

sed match and replace in file except for comments

regex bash sed

Replacing regex with the same amount of "." as its length

java regex

Extracting very specific part of a string JavaScript

javascript regex string

How to split string on '~|~' separator in Java?

java regex

AWK negative regular expression with variable

regex bash shell awk

Airtable regular expression syntax in a formulae

regex airtable

Match one of two lookbehinds

python-3.x regex pandas

grep files with whitespaces in filename

regex bash grep

Find and replace without storing variable

regex perl

Js RegExp every other character

javascript regex arrays split

PHP :: handle typos in search

php regex search

getting the text between the first and second occurence of a sequence

regex

how can i optimize the performance of this regular expression?

how to split the string which containing underscore, dash and space [duplicate]

php regex string

How to extract only one capture group using regex for pandas dataframe?

python regex pandas dataframe

Sed to replace <? with <?php

php regex sed

^[A-Z](([A-Z_0-9])*[^_])?$ wrong match

java regex regex-negation