elasticsearch/docs/reference/sql/functions
James Rodewig 9268574bb4
[DOCS] SQL: Update link for supported regex in `RLIKE` docs (#55830)
The`RLIKE` function docs points users to [Java’s Pattern class doc][0]
for regular expression syntax. However, these docs include shorthand
character classes, such as `[\d]`, `[\s]`, and `[\w]`. These character
classes are not supported in Elasticsearch, which may confuse users.

This updates the SQL `RLIKE` docs to refer to the ES [regular expression
syntax docs][1], which only documents supported syntax.

[0]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html
[1]: https://www.elastic.co/guide/en/elasticsearch/reference/master/regexp-syntax.html

Relates to #55231
2020-04-28 09:24:31 -04:00
..
aggs.asciidoc [DOCS] Remove Wikipedia link from `SUM_OF_SQUARES` SQL function docs (#52398) 2020-04-20 09:58:30 -04:00
conditional.asciidoc
date-time.asciidoc
geo.asciidoc
grouping.asciidoc
index.asciidoc
like-rlike.asciidoc [DOCS] SQL: Update link for supported regex in `RLIKE` docs (#55830) 2020-04-28 09:24:31 -04:00
math.asciidoc
operators.asciidoc
search.asciidoc
string.asciidoc
system.asciidoc
type-conversion.asciidoc