diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 13:45:23 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 13:45:23 +0200 |
commit | 60826db46d3f9ceabcc280c494a975007423e64a (patch) | |
tree | dfd949ade99bf54c4e5ce61faacf39a4f788130e /user_guide_src/source/helpers | |
parent | 3e9d2b8ae82948de3c83bd5a50151949f6e6ca90 (diff) |
Deprecate string helper repeater() (an alias for str_repeat())
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/string_helper.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide_src/source/helpers/string_helper.rst b/user_guide_src/source/helpers/string_helper.rst index 19500aa0d..530af2f89 100644 --- a/user_guide_src/source/helpers/string_helper.rst +++ b/user_guide_src/source/helpers/string_helper.rst @@ -96,6 +96,9 @@ Generates repeating copies of the data you submit. Example The above would generate 30 newlines. +.. note:: This function is DEPRECATED. Use the native ``str_repeat()`` + instead. + reduce_double_slashes() ======================= |