Instance Property インスタンスプロパティ

options オプション

Returns the options used when the regular expression option was created. 正規表現オプションが作成された時に使用されたオプションを返します。

Declaration 宣言

var options: NSRegularExpression.Options { get }

Discussion 議論

The options property specifies aspects of the regular expression matching that are always used when matching the regular expression. For example, if the expression is case sensitive, allows comments, ignores metacharacters, etc. See NSRegularExpression.Options for a complete discussion of the possible constants and their meanings. optionsプロパティは、正規表現と合致するものを見つける時に常に使われる、正規表現マッチングの様々な面を指定します。例えば、その表現が大文字小文字等を考慮するか、コメントを許可するか、メタ文字を無視するか、など。可能な定数とそれらの意味の完全な議論のためにNSRegularExpression.Optionsを見てください。

See Also 参照

Getting the Regular Expression and Options 正規表現とオプションを得る

Related Documentation 関連文書