Update docs/en/sql-reference/dictionaries/index.md

Co-authored-by: Sergei Trifonov <svtrifonov@gmail.com>
This commit is contained in:
Han Fei 2023-05-16 11:22:14 +02:00 committed by GitHub
parent 29aa960377
commit e4e473ef30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2199,7 +2199,7 @@ Result:
## RegExpTree Dictionary {#regexp-tree-dictionary} ## RegExpTree Dictionary {#regexp-tree-dictionary}
RegExpTree Dictionary is designed to store multiple regular expressions in a dictionary, and query if a string could match one or multiple regular expressions. In some senarioes, for example, User Agent Parser, this data structure is very useful. We can use it in both local and cloud environment. RegExpTree Dictionary is designed to store multiple regular expressions in a dictionary, and query if a string could match one or multiple regular expressions. In some scenarios, for example, User Agent Parser, this data structure is very useful. We can use it in both local and cloud environments.
### Use RegExpTree Dictionary in local environment ### Use RegExpTree Dictionary in local environment