support 0.3.1
support: ^0.3.1 copied to clipboard
A collection of extension methods and helper classes for Dart projects.
example/README.md
Examples #
String #
Return the remainder of a string after the first occurrence of a given value.
Return the remainder of a string after the last occurrence of a given value.
Get the portion of a string before the first occurrence of a given value.
Get the portion of a string before the last occurrence of a given value.
Get the portion of a string between two given values.
Get the smallest possible portion of a string between two given values.
Convert a string to kebab case.
Convert the first character of the given string to lower-case.
Convert the given string to lower-case.
Get the plural form of an English word.
Reverse the given string.
Get the singular form of an English word.
Convert a string to snake case.
Take the first or last {limit} characters of a string.
Make a string's first character uppercase.
Convert the given string to upper-case.