mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
another regex example
This commit is contained in:
@@ -41,3 +41,9 @@ Prefixing your custom field's name with `regex=` allows you to perform [regular
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
`regex=pin` will match all of the examples above.
|
`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".
|
||||||
|
|||||||
Reference in New Issue
Block a user