Documentation ¶
Index ¶
- func Compare(ctx context.Context, args ...object.Object) object.Object
- func Contains(ctx context.Context, args ...object.Object) object.Object
- func Count(ctx context.Context, args ...object.Object) object.Object
- func Fields(ctx context.Context, args ...object.Object) object.Object
- func HasPrefix(ctx context.Context, args ...object.Object) object.Object
- func HasSuffix(ctx context.Context, args ...object.Object) object.Object
- func Index(ctx context.Context, args ...object.Object) object.Object
- func Join(ctx context.Context, args ...object.Object) object.Object
- func LastIndex(ctx context.Context, args ...object.Object) object.Object
- func Module() *object.Module
- func Repeat(ctx context.Context, args ...object.Object) object.Object
- func ReplaceAll(ctx context.Context, args ...object.Object) object.Object
- func Split(ctx context.Context, args ...object.Object) object.Object
- func ToLower(ctx context.Context, args ...object.Object) object.Object
- func ToUpper(ctx context.Context, args ...object.Object) object.Object
- func Trim(ctx context.Context, args ...object.Object) object.Object
- func TrimPrefix(ctx context.Context, args ...object.Object) object.Object
- func TrimSpace(ctx context.Context, args ...object.Object) object.Object
- func TrimSuffix(ctx context.Context, args ...object.Object) object.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compare ¶
Compare is a wrapper function around [compare] that implements object.BuiltinFunction.
func Contains ¶
Contains is a wrapper function around [contains] that implements object.BuiltinFunction.
func Count ¶
Count is a wrapper function around [count] that implements object.BuiltinFunction.
func Fields ¶
Fields is a wrapper function around [fields] that implements object.BuiltinFunction.
func HasPrefix ¶
HasPrefix is a wrapper function around [hasPrefix] that implements object.BuiltinFunction.
func HasSuffix ¶
HasSuffix is a wrapper function around [hasSuffix] that implements object.BuiltinFunction.
func Index ¶
Index is a wrapper function around [index] that implements object.BuiltinFunction.
func Join ¶
Join is a wrapper function around [join] that implements object.BuiltinFunction.
func LastIndex ¶
LastIndex is a wrapper function around [lastIndex] that implements object.BuiltinFunction.
func Repeat ¶ added in v1.3.0
Repeat is a wrapper function around [repeat] that implements object.BuiltinFunction.
func ReplaceAll ¶
ReplaceAll is a wrapper function around [replaceAll] that implements object.BuiltinFunction.
func Split ¶
Split is a wrapper function around [split] that implements object.BuiltinFunction.
func ToLower ¶
ToLower is a wrapper function around [toLower] that implements object.BuiltinFunction.
func ToUpper ¶
ToUpper is a wrapper function around [toUpper] that implements object.BuiltinFunction.
func Trim ¶
Trim is a wrapper function around [trim] that implements object.BuiltinFunction.
func TrimPrefix ¶
TrimPrefix is a wrapper function around [trimPrefix] that implements object.BuiltinFunction.
func TrimSpace ¶
TrimSpace is a wrapper function around [trimSpace] that implements object.BuiltinFunction.
func TrimSuffix ¶
TrimSuffix is a wrapper function around [trimSuffix] that implements object.BuiltinFunction.
Types ¶
This section is empty.