RangeA is a node class for matching characters within an explicit value range in a case insensitive manner.
RangeA
new RangeA()
public function RangeA(n:Number)
public function dup(flag:Boolean):Node
dup() in org.as2lib.regexp.node.Range
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.Range