Rename pattern to regex
This commit is contained in:
@@ -33,7 +33,7 @@ func normalizeWhitespace(s string) string {
|
||||
|
||||
func ApiAdaptor(content string, regex string, lua string) (string, int, int, error) {
|
||||
command := utils.ModifyCommand{
|
||||
Pattern: regex,
|
||||
Regex: regex,
|
||||
Lua: lua,
|
||||
LogLevel: "TRACE",
|
||||
}
|
||||
|
Reference in New Issue
Block a user