Skip to content

v1.0.0

Choose a tag to compare

@linkdotnet linkdotnet released this 12 Apr 16:44

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.