enableDebug(b: Bool)
Toggles debug logging for the regex matcher. When enabled, it provides detailed logging of the pattern matching process.
Parameters
b
: Bool - Set to true to enable debug logging, false to disable it
Toggles debug logging for the regex matcher. When enabled, it provides detailed logging of the pattern matching process.
b
: Bool - Set to true to enable debug logging, false to disable it