generated: ./hack/update-vendor.sh
This commit is contained in:
14
vendor/github.com/google/cel-go/ext/README.md
generated
vendored
14
vendor/github.com/google/cel-go/ext/README.md
generated
vendored
@@ -414,3 +414,17 @@ Examples:
|
||||
|
||||
'TacoCat'.upperAscii() // returns 'TACOCAT'
|
||||
'TacoCÆt Xii'.upperAscii() // returns 'TACOCÆT XII'
|
||||
|
||||
### Reverse
|
||||
|
||||
Returns a new string whose characters are the same as the target string, only formatted in
|
||||
reverse order.
|
||||
This function relies on converting strings to rune arrays in order to reverse.
|
||||
It can be located in Version 3 of strings.
|
||||
|
||||
<string>.reverse() -> <string>
|
||||
|
||||
Examples:
|
||||
|
||||
'gums'.reverse() // returns 'smug'
|
||||
'John Smith'.reverse() // returns 'htimS nhoJ'
|
||||
Reference in New Issue
Block a user