1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 22:03:23 +00:00

regex is case insensitive

This commit is contained in:
Kyle Spearrin
2018-03-21 11:40:51 -04:00
parent d40a73f25f
commit d9344becd9

View File

@@ -71,7 +71,7 @@ Example:
Regular expressions are an advanced option and can be quite dangerous if used incorrectly. You should not use this option if you do not know exactly what you are doing. Regular expressions are an advanced option and can be quite dangerous if used incorrectly. You should not use this option if you do not know exactly what you are doing.
{% endwarning %} {% endwarning %}
The regular expression option allows you to write any simple or complex [regular expression](https://en.wikipedia.org/wiki/Regular_expression){:target="_blank"} to match the current website/application URI. The regular expression option allows you to write any simple or complex [regular expression](https://en.wikipedia.org/wiki/Regular_expression){:target="_blank"} to match the current website/application URI. All regular expressions are case *insensitive*.
Example: Example: