![]()  | 
    
       Type in a command, or "ls dictionary" to search all commands for "dictionary", etc. 
      
     | 
  
NAME
     stripHTML - Removes HTML (and PHP) tags from a string.
SYNOPSIS
     stripHTML [STRING]
EXAMPLES
     stripHTML <p>Hello World!</p>
     (returns: Hello World!)
DESCRIPTION
     Use this command to remove HTML (and PHP) tags from a string. This command utilizes
     the strip_tags PHP command.
     
     http://us2.php.net/strip_tags
AUTHOR
     Allen Ormond  -  aormond (at) gmail (dot) com