spring-framework / org.springframework.beans.propertyeditors / PatternEditor / <init>

<init>

PatternEditor()

Create a new PatternEditor with default settings.

PatternEditor(flags: Int)

Create a new PatternEditor with the given settings.

Parameters

flags - the java.util.regex.Pattern flags to apply

See Also
java.util.regex.Pattern#compile(String, int)java.util.regex.Pattern#CASE_INSENSITIVEjava.util.regex.Pattern#MULTILINEjava.util.regex.Pattern#DOTALLjava.util.regex.Pattern#UNICODE_CASEjava.util.regex.Pattern#CANON_EQ