Documentation ¶ Index ¶ func Length(_ context.Context, inputs ...core.Value) (core.Value, error) func RegisterLib(ns core.Namespace) error 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 RegisterLib ¶ added in v0.8.0 func RegisterLib(ns core.Namespace) error 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.