except constant
String
const except
except this will catch all other remaining characters
Implementation
static const except = r'[^\w\x00+-/*<>=&|\^%?@!~\.]+';
except this will catch all other remaining characters
static const except = r'[^\w\x00+-/*<>=&|\^%?@!~\.]+';