Update RegEx conversions.md

Just to be fully sure to avoid false positives.
This commit is contained in:
Imre Kristoffer Eilertsen
2024-01-24 08:16:12 +01:00
committed by GitHub
parent 7a908e3eee
commit c19ac6d0f3
+1 -1
View File
@@ -25,7 +25,7 @@ According to Sublime Text build 4143. Case-sensitive.
* `(:has-text\(/[/\\a-zA-Z0-9{}()?|.*#]{1,}) (.*/i?\))` → `\1\\s\2`
#### Similar obfuscation to replace spaces with "\s". (Can be case-insensitive)
* `[ -]` → `(\s|-)`
* `(:\(.*)[ -]` → `\1(\s|-)`
* `(:has-text\(/([a-zæøåäöA-Z0-9е{}()|^$.,*'&’#@éèáàóòíìúùü-]|\\|\?){0,}) (([a-zæøåäöA-Z0-9е{}()|^$.,*'&’#@éèáàóòíìúùü -]|\\|\?){0,}/i?\))` → `\1\\s\3`
## Convert `#?#*:has(` to `##*:has(` due to new browser (and ABP) guidelines