Generic Instance Method 総称体インスタンスメソッド

range(of:options:locale:)

Returns the range of a substring in the attributed substring, if it exists. 属性付き下位文字列の中のある下位文字列の範囲を返します、もしそれが存在するならば。

Declaration 宣言

func range<T>(of stringToFind: T, options: String.CompareOptions = [], locale: Locale? = nil) -> Range<AttributedString.Index>? where T : StringProtocol

Parameters パラメータ

stringToFind

The string to find. 見つける文字列。

options オプション

Options that affect the search behavior, such as case-insensivity, search direction, and regular expression matching. 検索挙動に影響を及ぼすオプションそれら、たとえば、ケース無反応、検索方向、そして正規表現マッチング。

locale

The locale to use when searching, or nil to use the current locale. The default is nil. このロケールを検索する時に使います、またはnilで現在のロケールを使います。省略時にはnilです。