New posts in preg-replace

PHP preg_replace: Replace all anchor tags in text with their href value with Regex

Why preg_replace throws me a "Unknown modifier" error? [duplicate]

How to increment count in the replacement string when using preg_replace?

Replace deprecated preg_replace /e with preg_replace_callback [duplicate]

Regex / DOMDocument - match and replace text not in a link

PHP Preg-Replace more than one underscore

How do I remove http, https and slash from user input in php

Add leading zero to numeric strings containing decimal value if no leading number

Unknown modifier '/' error in PHP [duplicate]

How to properly escape a backslash to match a literal backslash in single-quoted and double-quoted PHP regex patterns

How can I get at the matches when using preg_replace in PHP?

calling function inside preg_replace thats inside a function

PHP using preg_replace : "Delimiter must not be alphanumeric or backslash" error

Replace only first match using preg_replace [duplicate]

How to remove diacritics from text?

Regex to strip comments and multi-line comments and empty lines

Remove all non-alphanumeric characters using preg_replace

How to use preg_replace_callback?

How do i replace an expression with metacharacters using preg_replace in PHP?

Regular expressions for a range of unicode points PHP