Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 645 Bytes

ecms-go-filter (work-in-progress)

Filter package for filter/transforming values.

Docs summary

  • bytes
    • [-] - SubSequences - Untested.
    • [-] - SliceSubSequences - Untested.
  • string
    • - LowerCase
    • - Trim
    • - XmlEntities
    • [-] - GetStripHtmlTags (tested/completed with caveats (doesnt' support self closing tags, and tags with attributes containing json content)).
    • - GetStripPopulatedHtmlAttribs (currently doesn't support boolean html attribs (hence name))
    • [-] - GetPatternFilter (there is in implementation but it is untested)
    • - GetBoolFilter

License

Apache 2.0 License