Overview
ReplaceOptions is a type in Aspose.PDF FOSS for Go.
ReplaceOptions tunes how ReplaceText matches the search text.
Properties: CaseInsensitive, Regex.
Properties
| Name | Type | Access | Description |
|---|
CaseInsensitive | bool | Read/Write | Gets the case insensitive. |
Regex | bool | Read/Write | Gets the regex. |
See Also