mirror of https://gitee.com/bigwinds/arangodb
added missing AQL function to the docs
This commit is contained in:
parent
2fcbb0c02b
commit
d7519d83e7
|
@ -483,6 +483,7 @@ The following AQL functions have been added in ArangoDB 3.4:
|
|||
* `LEVENSHTEIN_DISTANCE`: calculates the Levenshtein distance between two string values
|
||||
* `REGEX_MATCHES`: finds matches in a string using a regular expression
|
||||
* `REGEX_SPLIT`: splits a string using a regular expression
|
||||
* `UUID`: generates a universally unique identifier value
|
||||
* `TOKENS`: splits a string into tokens using a language-specific text analyzer
|
||||
|
||||
The following AQL functions have been added to make working with geographical
|
||||
|
|
Loading…
Reference in New Issue