mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 19:30:20 +01:00
Update RegEx conversions.md
This commit is contained in:
@@ -21,4 +21,5 @@ According to Sublime Text build 4143. Case-sensitive.
|
||||
### Trials to put said obfuscations into structural use (Note: Currently also matches square brackets as false positives. MUST be case-sensitive.)
|
||||
* `(\(/.*)([a-zA-Z])\2([a-zA-Z0-9|/-])` → `\1\2{2}\3`
|
||||
* `(\(/.*[a-zA-Z0-9 ?}-])([ijmoyEFIJMOTY])([a-zA-Z0-9 |/\\-].*:not)` → `\1\\\2\3`
|
||||
* `(\(/.*[a-zA-Z0-9 ?}-])([ijmyEFIJMOTY])([a-zA-Z0-9 |{}/\\-].*/i?\))` `\1\\\2\3`
|
||||
* `(\(/.*[a-zA-Z0-9 ?}-])([ijmyEFIJMOTY])([a-zA-Z0-9 |{}/\\-].*/i?\))` → `\1\\\2\3`
|
||||
* `(:has-text\(/[/\\a-zA-Z0-9{}()?|.*#]{1,}) (.*/i?\))` → `\1\\s\2`
|
||||
|
||||
Reference in New Issue
Block a user