Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History

Strip Tags.lbaction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Strip Tags

Takes textual input and removes any HTML from it.

Why PHP? Because strip_tags(text) is built-in (no dependencies. Well, aside for PHP).