except constant

String const except

except this will catch all other remaining characters

Implementation

static const except = r'[^\w\x00+-/*<>=&|\^%?@!~\.]+';