diff options
Diffstat (limited to 'docs/content/en/quick-reference/glossary/regular-expression.md')
-rw-r--r-- | docs/content/en/quick-reference/glossary/regular-expression.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/en/quick-reference/glossary/regular-expression.md b/docs/content/en/quick-reference/glossary/regular-expression.md new file mode 100644 index 000000000..222f289d9 --- /dev/null +++ b/docs/content/en/quick-reference/glossary/regular-expression.md @@ -0,0 +1,8 @@ +--- +title: regular expression +reference: +--- + +A _regular expression_, also known as a _regex_, is a sequence of characters that defines a search pattern. Use the [RE2 syntax] when defining regular expressions in your templates or site configuration. + + [RE2 syntax]: https://github.com/google/re2/wiki/syntax |