Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Remove zeros from Date string

javascript regex date

Why does string.replace(/\W*/g,'_') prepend all characters?

javascript regex

Regex to match any integer greater than 1

regex

JavaScript replace all ignoring case sensitivity

javascript regex

* quantifier in Perl 6

regex match raku quantifiers

Pandas split after month day time from rest of string

python regex python-3.x pandas

Does Perl's /m regex modifier match differently on Windows?

windows regex perl multiline

How can I specify an optional capture group in this RegEx?

.net regex

How to parse for tags with '+' in python

python regex

ruby regex .scan

ruby regex

This regex matches and shouldn't. Why is it?

regex

Regular expression for accepting alphanumeric characters (6-10 chars) .NET, C#

can we check multiple patterns using regex in java?

java regex

Regular Expression for Decimal or Blank

regex

regular expression for matching number and spaces

php regex

How do I replace characters not in range [0x5E10, 0x7F35] with '*' in PHP?

php regex hex

Why are references compacted inside Perl lists?

regex perl reference

Perl: Multiple global "or"-separated regex conditions in while block leads to an infinite loop?

regex perl loops while-loop

C# regular expression to strip all but alphabetical and numerical characters from a string?

c# regex

removing dots and slashes regex - non relative

php regex