1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

another regex example

This commit is contained in:
Kyle Spearrin
2017-11-22 00:07:24 -05:00
parent 3e56af2c8d
commit c4c0755493

View File

@@ -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".