package
module
Version:
v0.0.0-...-c75e901
Opens a new window with list of versions in this module.
Published: Oct 9, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
func Identity(x interface{}) interface{}
@todo update `StrSubSequences` to use bytes strings instead
func ToByteString(x interface{}) []byte
type Filter = func(interface{}) interface{}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.