Package org.anchoranalysis.bean.shared.regex

Specifies regular-expressions.
  • Class Summary 
    Class Description
    RegEx
    The regular-expression to use for matching groups.
    RegExList
    Combines one or more RegEx together, by successively trying to match each RegEx until success.
    RegExSimple
    Matches a Java-style regular expression against the string.