1
0
Fork 0

added missing AQL function to the docs

This commit is contained in:
jsteemann 2018-08-14 17:54:37 +02:00
parent 2fcbb0c02b
commit d7519d83e7
1 changed files with 1 additions and 0 deletions

View File

@ -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