15-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-15 11:53:59 +01:00
parent 8d6d81f488
commit e4c5658c13
31 changed files with 1020 additions and 274 deletions

View File

@@ -0,0 +1,10 @@
Public Class Constants
Public Const SCOPE_FILE = "FILE"
Public Const SCOPE_FOLDER = "FOLDER"
Public Const METHOD_SUBSTRING = "SUBSTRING"
Public Const METHOD_REGEX = "REGEX"
Public Const METHOD_SPLIT = "SPLIT"
Public Const METHOD_VALUE = "VALUE"
Public Const METHOD_ALL = "ALL"
End Class