Search code examples
Remove all opening and closing parentheses in a string...


phpregexpreg-replacepcreparentheses

Read More
Why wrap a backreference number in curly braces in the replacement string of a preg_replace()?...


phpregexpreg-replace

Read More
Remove Euro price substrings from a delimited string...


phpregexstringpreg-replace

Read More
Replace preg_replace() e modifier with preg_replace_callback...


phpregexpreg-replacepreg-replace-callback

Read More
Replace all characters except letters, numbers, spaces and underscores...


phpregexpreg-replaceereg-replace

Read More
Regex capture price endings .00 and ,00...


phpregexpreg-replace

Read More
Replace preg_replace with preg_replace_callback due to e modifier deprecation...


preg-replacepreg-replace-callback

Read More
Remove square brackets from wiki markup...


phppreg-replacemarkup

Read More
PHP perl regular expression - URL not preceded by equal sign and possible single or double quote...


phpregexpreg-replacepcre

Read More
Parse <meta> tag with specified attribute and extract another attribute's value...


phpattributeshtml-parsingpreg-replacehtml-meta

Read More
How to return a regular expression match in PHP, instead of replacing...


phppreg-replace

Read More
Convert string into slug with single-hyphen delimiters only...


phpregexpreg-replaceslugsanitization

Read More
Remove tag with a specific attr from text PHP...


phppreg-replace

Read More
PHP replacing special characters like à->a, è->e...


phputf-8preg-replacedecode

Read More
Replace whitelisted substrings which are surrounded by specified characters with a corresponding val...


phpregexreplacepreg-replacewhitelist

Read More
Problems with regex - removing currency symbols...


phpregexpreg-replace

Read More
How to replace http for https in string but only on specific domains in PHP...


phpregexreplacepreg-replace

Read More
Comma delimited strings match and separately with regex (find and replace / preg_replace)...


phpregexpreg-replace

Read More
Regex in PHP: take all the words after the first one in string and truncate all of them to the first...


regexstringpreg-replacepreg-matchsubstr

Read More
PHP - Replace all text after two specific characters...


phpregexsearchreplacepreg-replace

Read More
"Compilation failed: unmatched parentheses" error while parsing BBCode text with regex...


phpregexpreg-replacetext-parsingbbcode

Read More
Adding dollar sign before each string in array?...


phparrayspreg-replacepreg-matchsubstr

Read More
How to replace multiple different characters using preg_replace() function?...


phppreg-replace

Read More
Removing wildcards from the string...


phpregexpreg-replace

Read More
Profanity filter to replace each letter of bad words with asterisks...


phpregexpreg-replacepreg-replace-callbackprofanity

Read More
Convert URL with querystring to "Search Engine Friendly" URL...


phpurlreplacepreg-replacefriendly-url

Read More
replace everything except specific words in PHP...


phppreg-replace

Read More
Remove new line and carriage return characters in a string...


phppreg-replacenewlinecarriage-return

Read More
replace string in preg_replace...


phpregexpreg-replacehighlight

Read More
How to Strip Slashes and the Numeric Content Between Them in a String...


phppreg-replacestrip

Read More
BackNext