From 8b47caf86ec81e0c4edae6a052873bbae7fa8981 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 30 Dec 2023 14:29:41 +0100 Subject: [PATCH] Update RegEx conversions.md --- Wiki/RegEx conversions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Wiki/RegEx conversions.md b/Wiki/RegEx conversions.md index ca9e47f00..9ff013595 100644 --- a/Wiki/RegEx conversions.md +++ b/Wiki/RegEx conversions.md @@ -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`