diff --git a/_articles/miscellaneous/custom-fields.md b/_articles/miscellaneous/custom-fields.md index aa711d31..425916e1 100644 --- a/_articles/miscellaneous/custom-fields.md +++ b/_articles/miscellaneous/custom-fields.md @@ -41,3 +41,9 @@ Prefixing your custom field's name with `regex=` allows you to perform [regular Example: `regex=pin` will match all of the examples above. + +You can use any complex regular expression. + +Example: + +`regex=^first.*name` will match "firstName", "First_name", and "First Name".