Module string_methods

Module string_methods 

Source

Structs§

ContainsMethod
Contains method function (returns boolean)
EndsWithMethod
EndsWith method function
LengthMethod
Length method function (returns integer)
ReplaceMethod
Replace method function
StartsWithMethod
StartsWith method function
SubstringMethod
Substring method function
ToLowerMethod
ToLower method function
ToUpperMethod
ToUpper method function
TrimMethod
Trim method function

Traits§

MethodFunction
Trait for method-style functions that operate on a column/value These are called with dot notation: column.Method(args)

Functions§

register_string_methods
Register all string method functions