Exemple #1
0
 /// @com.intel.drl.spec_ref
 public Matcher Reset()
 {
     this.leftBound  = 0;
     this.rightBound = str0.Length;
     matchResult.Reset(str0, leftBound, rightBound);
     appendPos   = 0;
     replacement = null;
     matchResult.previousMatch = -1;
     return(this);
 }