open class PatternEditor : PropertyEditorSupport
Editor for java.util.regex.Pattern, to directly populate a Pattern property. Expects the same syntax as Pattern's compile method.
Author
Juergen Hoeller
Since
2.0.1
See Also
java.util.regex.Patternjava.util.regex.Pattern#compile(String)
PatternEditor()
Create a new PatternEditor with default settings. PatternEditor(flags: Int)
Create a new PatternEditor with the given settings. |
open fun getAsText(): String |
|
open fun setAsText(text: String): Unit |