Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StartsWith ¶
type StartsWith struct { }
func (*StartsWith) Eval ¶
func (s *StartsWith) Eval(params ...interface{}) (interface{}, error)
func (*StartsWith) GetCategory ¶
func (s *StartsWith) GetCategory() string
func (*StartsWith) Name ¶
func (s *StartsWith) Name() string
type Substringafter ¶
type Substringafter struct { }
func (*Substringafter) Eval ¶
func (s *Substringafter) Eval(params ...interface{}) (interface{}, error)
func (*Substringafter) Name ¶
func (s *Substringafter) Name() string
type Substringbefore ¶
type Substringbefore struct { }
func (*Substringbefore) Eval ¶
func (s *Substringbefore) Eval(params ...interface{}) (interface{}, error)
func (*Substringbefore) Name ¶
func (s *Substringbefore) Name() string
Source Files ¶
- concat.go
- contains.go
- containsany.go
- count.go
- endswith.go
- equals.go
- equalsignorecase.go
- float.go
- index.go
- indexany.go
- integer.go
- lastindex.go
- len.go
- match.go
- repeat.go
- replace.go
- replaceall.go
- replaceregex.go
- split.go
- startswith.go
- substring.go
- substringafter.go
- substringbefore.go
- tolower.go
- toupper.go
- trim.go
- trimleft.go
- trimprefix.go
- trimright.go
- trimsuffix.go
Click to show internal directories.
Click to hide internal directories.