Begin as a node to anchor at the beginning of input. This object implements the match for a "\A" sequence, and the caret anchor will use this if not in multiline mode.
Begin
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.Node