Skip to content

manuelkuhs/php_trim_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

php_trim_html

Simple but powerful PHP function to trim specific or all HTML tags from a string. Can also be used to trim any string, not just a HTML tag.

Features:

  • trim (remove from end and beginning) substrings from a string
  • intelligently trim HTML tags from a string (e.g. inputting "br" will trim all <br>, <br >, </br> <br /> etc.)
  • trim multiple substrings/HTML tags at once
  • trim ALL HTML tags

Planned Features:

?

About

Simple but powerful PHP function to trim specific or all HTML tags from a string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages