support 0.2.3
support: ^0.2.3 copied to clipboard
A collection of extension methods and helper classes for Dart projects.
example/README.md
Examples #
String #
String.after() Return the remainder of a string after the first occurrence of a given value.
String.afterLast() Return the remainder of a string after the last occurrence of a given value.
String.before() Get the portion of a string before the first occurrence of a given value.
String.beforeLast() Get the portion of a string before the last occurrence of a given value.
String.reverse() Reverse the given string.