regex docs
This commit is contained in:
parent
59ea8bbe9f
commit
b95000e9c4
2 changed files with 2 additions and 2 deletions
|
|
@ -796,7 +796,7 @@ regex
|
|||
overrides:
|
||||
description_date_capture: >-
|
||||
{
|
||||
%regex_capture_many_with_defaults(
|
||||
%regex_capture_many(
|
||||
description,
|
||||
[ "([0-9]{4})-([0-9]{2})-([0-9]{2})" ],
|
||||
[ upload_year, upload_month, upload_day ]
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ class RegexOptions(ToggleableOptionsDictValidator):
|
|||
overrides:
|
||||
description_date_capture: >-
|
||||
{
|
||||
%regex_capture_many_with_defaults(
|
||||
%regex_capture_many(
|
||||
description,
|
||||
[ "([0-9]{4})-([0-9]{2})-([0-9]{2})" ],
|
||||
[ upload_year, upload_month, upload_day ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue