StringExtensionsFind Method |
| Name | Description | |
|---|---|---|
| Find(String, Char, Int32, Boolean) | Find the first occurrence of a char. Optionally, the search starting position can be passed. | |
| Find(String, String, Int32, Boolean) | Find the first occurrence of a substring. Optionally, the search starting position can be passed. |