Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in preg-match

php get the number from a string

Regexp for german phone number format

preg_match matching pattern with asterisk (*) in it [duplicate]

php regex preg-match

What is the meaning of [\w\-] regular expression in PHP

regex preg-match

PHP's `preg_match_all` functionality in Java

java php regex preg-match

Logical operator AND with php regular expression

PHP - preg_match and "Unknown modifier" error [duplicate]

php regex preg-match ereg

Warning: preg_match() [function.preg-match]: Unknown modifier '/' [duplicate]

php preg-match

How do I extract words starting with a hash tag (#) from a string into an array

php regex preg-match hashtag

What do the symbols mean in preg_match?

php preg-match

preg_match to validate a URL slug

php regex preg-match

Regex - Why doesn't this .* (dot-star) match line-breaks? [duplicate]

php regex preg-match

Find all PHP Variables with preg_match

php regex preg-match

Regex to validate date in PHP using format as YYYY-MM-DD

php regex date preg-match

regex for validating folder name & file name

regex preg-match validation

PHP replace string with values from array

PHP/REGEX: Get a string within parentheses

How to Use an "if X or X" in a preg_match Statement

php if-statement preg-match

regular expressions with escaping round brackets

php validate string with preg_match