Skip to content

Commit

Permalink
Merge a9f8a34 into d9df706
Browse files Browse the repository at this point in the history
  • Loading branch information
pafnuty committed Feb 20, 2015
2 parents d9df706 + a9f8a34 commit f56e0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ru/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
* [ematch](./mods/ematch.md) — проверяет соответствие регулярному выражению
* [replace](./mods/replace.md) — заменяет все вхождения подстроки на строку замену
* [ereplace](./mods/ereplace.md) — заменяет все соответсвия регулярному выражению на строку замену.
* [split](./mods/split.md)разивает строку по подстроке
* [esplit](./mods/esplit.md)разивает строку по регулярному выражению
* [split](./mods/split.md)разбивает строку по подстроке
* [esplit](./mods/esplit.md)разбивает строку по регулярному выражению
* [join](./mods/join.md) — объединяет массив в строку
* так же разрешены функции: `json_encode`, `json_decode`, `count`, `is_string`, `is_array`, `is_numeric`, `is_int`, `is_object`,
`strtotime`, `gettype`, `is_double`, `ip2long`, `long2ip`, `strip_tags`, `nl2br`
Expand Down

0 comments on commit f56e0b9

Please sign in to comment.