Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Convert numbered to accentuated Pinyin?

php regex cjk

Regex for a-z, 0-9, . and -

regex

Matching '_' and '-' in java regexes

java regex

Differences among .NET Capture, Group, Match

regex

Understand this RegEx statement

How to determine if a PHP string ONLY contains latitude and longitude

Is it a bug in Ecmascript - /\S/.test(null) returns true?

Java Split not working as expected

java regex split matcher

Can I shorten this regular expression?

regex

How do I include - and ' in this regular expressions?

javascript regex

Attach a newline to every sentences

regex vim

Remove characters from beginning and end or only end of line

python regex

Regular Expression to Match HTML <p> tag using PHP

php regex preg-match

Returning only 0-9 and dashes from string

php regex string

Python regex convert youtube url to youtube video

python regex url youtube

MySQL query to search a field with JSON string

mysql sql regex

PHP regex for Lebanese phone number

php regex

Why is this grep filter slow?

regex unix command-line grep

Regular expression problem (extracting one text or another)

regex perl parsing text

In Regex, why is "((.|\s)*?)" different than "\s*.*"

regex