Contents

stringLength()

Returns the full length of the conceptually concatenated string return by the stringAtIndex:effectiveRange:endsWithSearchBoundary: method.

Declaration

optional func stringLength() -> Int

Return Value

Returns the full length of the conceptually concatenated string in the second model, that is, the sum of the lengths of all of its substrings.

Discussion

See NSTextFinder for more information.

See Also

String Searching