| Class | Description |
|---|---|
| CrcFunction |
Returns the CRC-32 of a string.
|
| FindFunction |
Returns the numeric position of the substring in the string (if found), otherwise returns -1
similar to the Python string.find method.
|
| LengthFunction |
Returns the length of the string expression.
|
| SliceFunction |
Returns the string slice starting at start and ending at end, similar to the Python slice
operator.
|
Copyright © 2010–2015 Google. All rights reserved.