|
|
[string_removehtml]Description
Parameters
Sample Usage
Source CodeClick the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
Related TagsComments
07/19/2006, Johan Sölve
Case sensitive The and |
|||||||||||||||||||||||||
Case sensitive
The <p&grt; and <br> replacements should be case insensitive. Either change (?s) into (?si) in the regex pattern or add -ignorecase at the endf of the string_replaceregexp tags.