Title here
Summary here
Extension methods for strings
This replicates the functionality of case-insensitive functionality built into Replace in .Net Core.
Type | Name | Description |
---|---|---|
string | toSearch | |
string | find | |
string | replace |
Type | Description |
---|---|
string | The string with replaced values |