diff --git a/_articles/miscellaneous/custom-fields.md b/_articles/miscellaneous/custom-fields.md index 425916e1..93e5c03b 100644 --- a/_articles/miscellaneous/custom-fields.md +++ b/_articles/miscellaneous/custom-fields.md @@ -42,8 +42,6 @@ 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".