LooseSubstring extension

Provides a substringLoose extension method on String.

on

Methods

substringLoose(int start, [int? end]) String
A version of String.substring with less strict bounds.