Browse Source

Adds 'To/From Case Insensitive Regex' operations under 'Utils'

Spencer Walden 6 years ago
parent
commit
1d04b649e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/config/Categories.json

+ 2 - 0
src/core/config/Categories.json

@@ -189,6 +189,8 @@
             "Remove null bytes",
             "To Upper case",
             "To Lower case",
+			"To Case Insensitive Regex",
+			"From Case Insensitive Regex",
             "Add line numbers",
             "Remove line numbers",
             "To Table",