Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to extract 4-digit number from a String - Android [duplicate]

android regex

Can I improve this regex check for valid domain names?

regex dns whois

Good tutorials for learning intermediate to advanced Regex? [closed]

regex language-agnostic

regular expression to match an empty (or all whitespace) string

php regex

How can I check if a Perl string contains letters?

regex perl

Checking correctness of an email address with a regular expression in Bash

How to Split a mathematical expression on operators as delimiters, while keeping them in the result?

java regex string split

Java Regex group 0

java regex

Date of birth validation by using regular expression

regex pattern-matching

Regular expression for parsing CSV in PHP

php regex csv

PHP and RegEx: Split a string by commas that are not inside brackets (and also nested brackets)

php regex parsing split

How to outperform this regex replacement?

c# regex optimization string

Java regex for accepting a valid hostname,IPv4, or IPv6 address

java regex ipv6 hostname ipv4

replaceAll does not replace string [duplicate]

Perl: find if a variable's value matches that in an array

regex arrays perl

How to extract text in php using regex [closed]

php regex extract match

How can I match Korean characters in a Ruby regular expression?

ruby regex unicode ruby-1.9 cjk

Regex pattern to edit /etc/sudoers file

regex linux bash sed awk

Python re.sub() beginning-of-line anchoring

python regex string replace

Checking if all characters of a string is uppercase except special symbols

java regex