function AbstractString::replaceMatches
1 call to AbstractString::replaceMatches()
- AbstractString::ensureEnd in vendor/
symfony/ string/ AbstractString.php
2 methods override AbstractString::replaceMatches()
- AbstractUnicodeString::replaceMatches in vendor/
symfony/ string/ AbstractUnicodeString.php - ByteString::replaceMatches in vendor/
symfony/ string/ ByteString.php
File
-
vendor/
symfony/ string/ AbstractString.php, line 428
Class
- AbstractString
- Represents a string of abstract characters.
Namespace
Symfony\Component\StringCode
public abstract function replaceMatches(string $fromRegexp, string|callable $to) : static;