Add new rule function '3' to switch the case of the first letter after occurrence N of char X

This commit is contained in:
Jens Steube
2021-08-01 00:04:10 +02:00
parent d4997d1255
commit f4e52ca533
8 changed files with 172 additions and 4 deletions
+1
View File
@@ -295,6 +295,7 @@ typedef enum rule_functions
RULE_OP_MANGLE_UREST_LFIRST = 'C',
RULE_OP_MANGLE_TREST = 't',
RULE_OP_MANGLE_TOGGLE_AT = 'T',
RULE_OP_MANGLE_TOGGLE_AT_SEP = '3',
RULE_OP_MANGLE_REVERSE = 'r',
RULE_OP_MANGLE_DUPEWORD = 'd',
RULE_OP_MANGLE_DUPEWORD_TIMES = 'p',