<init>
Creates a regular expression from the specified pattern string and the default options.
<init>
(
pattern
:
String
,
option
:
RegexOption
)
<init>
(
pattern
:
String
,
options
:
Set
<
RegexOption
>
)