Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Bash (grep) regex performing unexpectedly

regex bash shell grep

Java: How to Delete the first occurrence of matching substring between 2 strings?

java regex

Backreferences in sed returning wrong value

regex macos sed

Replace a whole line in a INI-file using Powershell

regex powershell replace

Find words with repeating characters

regex perl