LooseSubstring extension
Provides a substringLoose extension method on String.
- on
Methods
-
substringLoose(
int start, [int? end]) → String -
Available on String, provided by the LooseSubstring extension
A version of String.substring with less strict bounds.