modifier.strip.php
Plugin from smarty project and adapted for jtpl
Tags
Table of Contents
- jtpl_modifier_common_strip() : string
- modifier plugin : Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string
Functions
jtpl_modifier_common_strip()
modifier plugin : Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string
jtpl_modifier_common_strip(string $text[, string $replace = ' ' ]) : string
{$var|strip} {$var|strip:" "}
Parameters
- $text : string
-
the text to strip
- $replace : string = ' '
-
the string replacing the repeated spaces