PCRE2 standard applied
This commit is contained in:
@@ -74,5 +74,6 @@ export type RegexAddForm = {
|
||||
regex:string,
|
||||
is_case_sensitive:boolean,
|
||||
is_blacklist:boolean,
|
||||
mode:string // C->S S->C BOTH
|
||||
mode:string, // C->S S->C BOTH,
|
||||
active: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user