Search code examples
Convert all uppercase words in a string to title case...


phpregexpreg-replacecpu-wordtitle-case

Read More
Check user input is valid CSS width value...


regexpreg-replace

Read More
Convert LaTeX markup to HTML...


phplatexcpu-wordpreg-replaceadobe-indesign

Read More
Truncate a URL while ignoring DIV tags...


phpregexreplacepreg-replacesubstr

Read More
Replace commas not inside single quotes with an @ symbol...


phpregexcsvreplacepreg-replace

Read More
preg_replace() pattern starting with < and ending with > doesn't find HTML comments as int...


phpregexpreg-replace

Read More
How to match square braced tags which may have dynamic attribute text?...


phpreplacepreg-replace

Read More
Change the attribute values and text of <a> tags...


phphtmlreplacehtml-parsingpreg-replace

Read More
How to reference the full string match in the replacement parameter of preg_replace()?...


phppreg-replace

Read More
Remove HTML tags and square braced tags in text, but do not remove PHP tags or their contents...


phppreg-replacesanitizationstrip-tags

Read More
preg_replace regular expression HTML...


phpregexwordpresstinymcepreg-replace

Read More
How to use PHP preg_replace on a formatted number based on search query while ignoring comma and dec...


phppreg-replace

Read More
How to work with a function preg_replace with a large number (1000000) of values in $patterns and $r...


phparraysreplacepreg-replacelarge-data

Read More
PHP - replace text and check for file?...


phppreg-replace

Read More
How to convert special characters to normal characters?...


phppreg-replacespecial-characters

Read More
Change gdoc spreadsheet URL string back into the original spreadsheet URL string in a CodeIgniter pr...


phpregexcodeigniterpreg-replaceregex-group

Read More
Change language directory in a URL string...


phpregexcodeigniterpreg-replace

Read More
Zero-pad numbers to a minimum length if preceded by a word from a whitelist...


phpregexreplacepreg-replacepreg-match-all

Read More
preg_replace in simple html dom...


phppreg-replacesimple-html-dom

Read More
Make replacements in a string and use an incremented value in each replacement...


phppreg-replaceincrement

Read More
Regex / Setting to much dots between lowercase and uppercase Words...


phpregexpreg-replace

Read More
preg_replace for a specific domain name...


phpreplacepreg-replace

Read More
Remove non-digital characters found in an alphanumeric substring occurring after a specified charact...


phpregexreplacepreg-replace

Read More
Replace spaces with <br /> if inside or outside of a shortcode placeholder without adding to s...


phpreplacepreg-replaceshortcode

Read More
Remove curly brace wrapped placeholders in a string...


phpregexstringpreg-replacecurly-braces

Read More
How to replace a literal string?...


phpstringreplacepreg-replacesanitization

Read More
How to remove brackets from string in php?...


phpstringpreg-replacestr-replace

Read More
preg_replace() versus preg_filter()...


phppreg-replace

Read More
Remove a part of a string, but only when it is at the end of the string...


phpstringreplacepreg-replace

Read More
Eliminate meaningless words from a block of text...


phpregexpreg-replacesanitization

Read More
BackNext