Name | Description | |
---|---|---|
ReplaceOptions Constructor |
The following tables list the members exposed by ReplaceOptions.
Name | Description | |
---|---|---|
ReplaceOptions Constructor |
Name | Description | |
---|---|---|
getLookAt | Get one of the LookAt enum. Default is LookAt.Part . | |
getMatchByte | Get the MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. | |
getMatchCase | Get the search case sensitive. The default value is False . | |
getReplaceFormat | Get he replace format for the method. | |
getSearchFormat | Get the search format for the method. | |
getSearchOrder | Gets the search order. | |
setLookAt | Set one of the LookAt enum. Default is LookAt.Part . | |
setMatchByte | Set the MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. | |
setMatchCase | Set the search case sensitive. The default value is False . | |
setReplaceFormat | Set the replace format for the method. | |
setSearchFormat | Set the search format for the method. | |
setSearchOrder | Sets the search order. |