mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Replace Wikipedia links with attribute (#61171)
This commit is contained in:
parent
3b44274373
commit
a94e5cb7c4
78 changed files with 164 additions and 164 deletions
|
@ -1,7 +1,7 @@
|
|||
[[regexp-syntax]]
|
||||
== Regular expression syntax
|
||||
|
||||
A https://en.wikipedia.org/wiki/Regular_expression[regular expression] is a way to
|
||||
A {wikipedia}/Regular_expression[regular expression] is a way to
|
||||
match patterns in data using placeholder characters, called operators.
|
||||
|
||||
{es} supports regular expressions in the following queries:
|
||||
|
@ -44,7 +44,7 @@ backslash or surround it with double quotes. For example:
|
|||
=== Standard operators
|
||||
|
||||
Lucene's regular expression engine does not use the
|
||||
https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions[Perl
|
||||
{wikipedia}/Perl_Compatible_Regular_Expressions[Perl
|
||||
Compatible Regular Expressions (PCRE)] library, but it does support the
|
||||
following standard operators.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue