NotRange is a node class for matching characters without an explicit case independent value range.
NotRange
new NotRangeA()
public function NotRangeA(n:Number)
public function dup(flag:Boolean):Node
dup() in org.as2lib.regexp.node.NotRange
public function match(matcher:Object, i:Number, seq:String):Boolean
Description copied from Node
This method implements the classic accept node.
match() in org.as2lib.regexp.node.NotRange