---
title: supportsTextReplacement
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextsearching-53wjq/supportstextreplacement
---

# supportsTextReplacement

A Boolean value that indicates whether the searchable object supports replacing text.

## Declaration

```occ
@property (nonatomic, readonly) BOOL supportsTextReplacement;
```

## See Also

### Handling replacements

- [replaceFoundTextInRange:inDocument:withText:](uikit/uitextsearching-53wjq/replacefoundtextinrange:indocument:withtext:.md)
- [replaceAllOccurrencesOfQueryString:usingOptions:withText:](uikit/uitextsearching-53wjq/replacealloccurrencesofquerystring:usingoptions:withtext:.md)
- [shouldReplaceFoundTextInRange:inDocument:withText:](uikit/uitextsearching-53wjq/shouldreplacefoundtextinrange:indocument:withtext:.md)
