Search code examples
Validate user input string only contains letters, numbers, and underscores...


phpregexvalidationpreg-matchanchor

Read More
How escape characters in a variable to be used in a regex pattern?...


phpregexdynamicescapingpreg-match

Read More
How to make preg_match() match more than once?...


phpregexpreg-matchmatchingmultiple-occurrence

Read More
Validate that a string contains only space-delimited alphanumeric words which do not start with a di...


phpregexvalidationpreg-matchcpu-word

Read More
Match parenthetical expressions in a string...


phpregexpreg-matchliteralstextmatching

Read More
Get video id from the url path of an <iframe>'s src value...


phpregexhtml-parsingpreg-matchtext-extraction

Read More
Get the number from inside of online javascript function call within an HTML element...


phpregexhtml-parsingpreg-matchtext-extraction

Read More
Validate a potentially multibyte string to have a minimum length and contain only whitelisted charac...


phpregexvalidationunicodepreg-match

Read More
Validate if a string is alphanumeric...


phpregexvalidationpreg-matchalphanumeric

Read More
Get the leading float value from a string...


phpregexpreg-matchtext-extractiontext-parsing

Read More
Validate that a string only contains whitelisted characters...


phpregexvalidationpreg-matchwhitelist

Read More
Trouble with preg_match and numbers...


phpregexpreg-matchphone-number

Read More
Parse square braced placeholder and extract the dynamic number of "data-" attribute declar...


phpregexpreg-matchplaceholdertext-extraction

Read More
Replace literal string in text if another literal string doesn't exist in the text...


phpregexreplacepreg-replacepreg-match

Read More
By using PHP preg_match, how to get specific substring from string...


phpregexpreg-match

Read More
Make regex pattern stop at the shortest match instead of the longest match...


phpregexpreg-matchlazy-evaluationquantifiers

Read More
Extract text from div elements with specified class...


phphtmlregexhtml-parsingpreg-match

Read More
Escape plain text characters in a string which includes a date format expression to be passed into a...


phpdateescapingpreg-replacepreg-match

Read More
Delete non number containing braces from string...


phpregexpreg-replacepreg-matchpreg-match-all

Read More
Apostrophe in text not being matched by my regex character class which contains an apostrophe...


phpregexunicodepreg-matchsmart-quotes

Read More
Validate string to be 10-digits long with first 5 as the same digit and the second 5 as the same dig...


phpregexvalidationpreg-matchrepeat

Read More
Regex without pattern delimiters doesn't emit Warning with preg_match()...


phpregexpreg-matchdelimiter

Read More
Validate a filename string with a certain prefix and extension...


phpregexvalidationpreg-matchfilenames

Read More
Php full name validation?...


phphtmlformsvalidationpreg-match

Read More
Get multibyte character count before match with preg_match() (PREG_OFFSET_CAPTURE parameter is unhel...


phpunicodeutf-8preg-matchpcre

Read More
Skip Lazy Loading by Image Class Added to Figure Element in WordPress...


phpwordpressif-statementlazy-loadingpreg-match

Read More
PHP - Issue matching in string with preg_match...


phpregexpreg-match

Read More
How to make regular expression to detect rupay debit card...


phpregexpreg-match

Read More
PHP preg_match UUID v4...


phppreg-matchuuid

Read More
How to check if a string contains only specific characters...


phpstringvalidationpreg-matchwhitelist

Read More
BackNext