gohugoio--hugo
8 行
311 B
Markdown
8 行
311 B
Markdown
---
|
|
title: regular expression
|
|
---
|
|
|
|
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 in your project configuration.
|
|
|
|
[RE2 syntax]: https://github.com/google/re2/wiki/syntax
|