mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update ereplace.md
Исправлена опечатка в строке 8: должно быть ereplace, а не replace
This commit is contained in:
parent
4491176cf4
commit
6ca82e267b
@ -5,7 +5,7 @@
|
|||||||
[Подробнее](http://www.php.net/manual/ru/reference.pcre.pattern.syntax.php) о регулярных выражениях.
|
[Подробнее](http://www.php.net/manual/ru/reference.pcre.pattern.syntax.php) о регулярных выражениях.
|
||||||
|
|
||||||
```
|
```
|
||||||
{$string|replace:$pattern:$replacement}
|
{$string|ereplace:$pattern:$replacement}
|
||||||
```
|
```
|
||||||
|
|
||||||
Выполняет поиск совпадений в строке `$subject` с шаблоном pattern и заменяет их на replacement.
|
Выполняет поиск совпадений в строке `$subject` с шаблоном pattern и заменяет их на replacement.
|
||||||
|
Loading…
Reference in New Issue
Block a user