Search code examples
Filter the values in a flat array using a regular expression...


phparraysregexfilteringpreg-grep

Read More
Remove elements from array where the numeric value contains the same digit more than once...


phparraysduplicatesfilteringpreg-grep

Read More
Regular expression to match IP addresses...


phpregexpreg-grep

Read More
Count rows in a 2d array which contain one of multiple search strings in a specific column...


phparraysfilteringwhitelistpreg-grep

Read More
Filter array of urls containing a whitelisted substring and not containing any blacklisted substring...


phparraysregexfilteringpreg-grep

Read More
Retain array elements containing only letters and hyphens...


phparraysregexfilteringpreg-grep

Read More
Native function to filter array by prefix...


phparraysfilteringprefixpreg-grep

Read More
How can I Extract values with information from big text file using php...


phptextpreg-matchpreg-match-allpreg-grep

Read More
Filter multidimensional array by keywords in (ex: title or description) values (PHP)...


phparraysarray-filterpreg-grep

Read More
Regex for getting strings that contains only the words from the pattern list?...


phpregexpreg-matchpreg-match-allpreg-grep

Read More
How to build an indexed array of .html filenames that exist in a directory?...


phparraysdirectoryfilenamespreg-grep

Read More
PHP preg_grep multi files...


arrayspreg-grep

Read More
How to find words with only/more specified letters using preg_grep in array?...


phpregexpreg-grep

Read More
permutation using regular expression in php...


phpregexpreg-matchpreg-match-allpreg-grep

Read More
search php multidimensional associative array using key value pair with sql like '%LIKE%' co...


phparraysmultidimensional-arraysql-likepreg-grep

Read More
PHP - How to search an associative array by matching the key against a regexp...


phpregexpreg-grep

Read More
PHP clear up Array preg_grep...


phphtmlarrayspreg-matchpreg-grep

Read More
PHP text to Array Regex...


phpregexpreg-matchpreg-match-allpreg-grep

Read More
Extracting numbers from string - Why do I get two arrays when using a capture group?...


phppreg-matchpreg-match-allpreg-grep

Read More
Grep for a specific pattern in a file and stop at the first match...


phpregexpattern-matchingpreg-replacepreg-grep

Read More
How can I iterate through multiple strings with multiple array values, in PHP?...


phparraysstringloopspreg-grep

Read More
Preg-match filenames with hypens...


phppreg-matchfilenamespreg-grep

Read More
PHP preg_grep -> search array where search term contains special character...


phparrayspreg-grep

Read More
Return array with all data in key...


phparrayspreg-grep

Read More
preg_grep() expects parameter 2 to be array, null given...


phparraysfor-looppreg-grep

Read More
Array merge combination with foreach...


phparraysarray-mergepreg-grep

Read More
preg_grep isn't working on multidimensional arrays...


phparraysregexpreg-grep

Read More
Preg_grep pattern to get something between specific things...


phppreg-matchpreg-grep

Read More
How to use preg_grep to find urls...


phppreg-grep

Read More
Get strings which are inside double braces...


phpregexpreg-grep

Read More
BackNext