util/string_utils library
Extensions
- StringCasingExtension on String
- A set of extensions for working with strings.
Functions
-
cBuildString(
void builderAction(StringBuffer sb)) → String -
Builds a new string by populating a newly created StringBuffer using the provided
builderAction
and then converting it to String. -
cFormUrlEncode(
Map< String, String> data) → String - Converts a map to a URL-encoded string.