string_utilities_uz

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

string utilities uz

String Utilities #
A Dart package for various string manipulation utilities.
Features #

Trim: Removes whitespace from both ends of the string.
To Upper Case: Converts the string to uppercase.
To Lower Case: Converts the string to lowercase.
Capitalize: Capitalizes the first letter of the string.
Replace: Replaces all occurrences of a substring with another substring.
Contains: Checks if the string contains a specified substring.
Truncate: Truncates the string to a specified length and adds "..." if truncated.

Installation #
Add the following dependency to your pubspec.yaml file:
dependencies:
string_utilities: ^0.0.1
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.