Class Pattern

java.lang.Object
com.singularsys.compatibility.Pattern

public class Pattern extends Object
A very restricted re-implementation of the Pattern class. Basically assumes that we are always looking for the pattern at the start of the string. That is Mathcher.lookingAt() will always be called and Matcher.find() never called. Uses the RegExp class.
Author:
Richard Morris