Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Why does BASH_REMATCH not work for a quoted regular expression?

regex bash

Match at whitespace with at most one newline in regex

python regex

repetition in regular expression in python

python regex python-2.7

How to store regex "literals" in Postgres?

regex postgresql

Regex on limiting one occurrence of particular character

regex

Parse Accept Header

Vim / sed regex backreference in search pattern

Is there a function in PySpark similar to the re.findall() function of python?

regex apache-spark pyspark

Regular expression: Define max length of string, with repeated groups

regex regex-group

RegEx to match numbers, characters and < in Kotlin

regex kotlin

Javascript Regex replacing multiple groups

javascript regex

Select only letters which are followed by a number

regex postgresql

Regular expression: capture group might not exist. How do I write it?

regex

How to replace string with html tag [closed]

javascript regex reactjs

Why do the PHP preg_* functions require regexp delimiters? [closed]

php regex

convert HTML5 Regex pattern to javascript Regex

How to find all substrings that match a pattern in Rebol

regex rebol

How to match umlauts with regular expressions? [duplicate]

python regex python-2.x