diff --git a/.bin/Scripts/functions/browsers.py b/.bin/Scripts/functions/browsers.py index 20fefb97..dd492912 100644 --- a/.bin/Scripts/functions/browsers.py +++ b/.bin/Scripts/functions/browsers.py @@ -16,7 +16,7 @@ other_results = { # Regex REGEX_BACKUP = re.compile( - r'\.\w+bak.*', + r'\.\w*bak.*', re.IGNORECASE) REGEX_CHROMIUM_PROFILE = re.compile( r'^(Default|Profile)',