v1.0.0
Added
LastIndexOf
to find the last occurence in the represented string.ReplaceGeneric<T>
added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.
LastIndexOf
to find the last occurence in the represented string.ReplaceGeneric<T>
added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.