[]
Wraps all optional parameters in Replace(object, object, ReplaceOptions) to be consistent with the Java edition.
public class ReplaceOptions
Public Class ReplaceOptions
| Name | Description |
|---|---|
| ReplaceOptions() |
| Name | Description |
|---|---|
| LookAt | |
| MatchByte | True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. |
| MatchCase | True to make the search case sensitive. The default value is False . |
| ReplaceFormat | The replace format for the method. |
| SearchFormat | The search format for the method. |
| SearchOrder | Can be one of the SearchOrder enum. |