Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Replace unicode space characters

javascript jquery regex

dart regex matching and get some information from it

regex dart

Regex to wrap text with tags [duplicate]

javascript regex

Named capture groups with NSRegularExpression

Java regex look-behind group does not have obvious maximum length error

java regex

Why is preg_match_all returning two matches?

How do I use a variable as a regex modifier in Perl?

regex for matching literal string combinations

regex

Python regex to match punctuation at end of string

python regex python-3.x match

Regex - any alphabet except "e"

javascript regex

Parse string using Java Regex Pattern?

Pandas split on regex

python regex pandas

Angular pattern validation with regex

regex angular typescript

Match and remove duplicated characters: Replace multiple (3+) non-consecutive occurrences

python r regex string replace

Match the beginning of a file in a VSCode regex search

regex visual-studio-code

Is there any regular expression engine that does Just-In-Time compiling? [closed]

c++ python c regex jit

Regex question ^[a-zA-Z0-9]{5,10}$

java regex

Javascript - string.replace() text spanning multiple lines?

javascript regex replace

Can I have a non-greedy regex with dotall?

python regex non-greedy

Which non-empty string does /^$/ match?

regex perl