Documentation ¶ Index ¶ func Length(_ context.Context, inputs ...core.Value) (core.Value, error) func NewLib() map[string]core.Function func Reverse(_ context.Context, args ...core.Value) (core.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Length ¶ func Length(_ context.Context, inputs ...core.Value) (core.Value, error) func NewLib ¶ func NewLib() map[string]core.Function func Reverse ¶ added in v0.7.0 func Reverse(_ context.Context, args ...core.Value) (core.Value, error) Reverse returns the reverse of a given string or array value. @param text (String|Array) - The string or array to reverse. @returns (String|Array) - Returns a reversed version of a given value. Types ¶ This section is empty. Source Files ¶ View all Source files length.go lib.go reverse.go Click to show internal directories. Click to hide internal directories.