mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 21:50:19 +01:00
Update RegEx conversions.md
This commit is contained in:
@@ -17,3 +17,8 @@
|
||||
## Letters suited for backslash obfuscation when using RegEx
|
||||
According to Sublime Text build 4143. Case-sensitive.
|
||||
* i, j, m, o, y, E, F, I, J, M, O, T, Y
|
||||
|
||||
### 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`
|
||||
|
||||
Reference in New Issue
Block a user