Contents

replacementCheckingResult(range:replacementString:)

Creates and returns a text checking result with the specified replacement string.

Declaration

class func replacementCheckingResult(range: NSRange, replacementString: String) -> NSTextCheckingResult

Parameters

  • range:

    The range of the detected result.

  • replacementString:

    The replacement string.

Return Value

Returns an NSTextCheckingResult with the specified range and a resultType of replacement.

See Also

Text Checking Results for Text Replacement