java.lang.Object
org.apache.commons.lang.enums.Enum
de.uni_trier.wi2.procake.similarity.base.string.RegExpSyntax
All Implemented Interfaces:
Serializable, Comparable

public class RegExpSyntax extends org.apache.commons.lang.enums.Enum
Different syntax for regular expressions.

A SMStringRegexp uses regular expression (RE). RE can be specified in different syntax or different meanings. This enum defines the three dialects that can be used. A detailed description of them can be found in SMStringRegexp.

Author:
rmaximi
See Also: