Transform
reverse
String reverse() Strings.reverse('1234');
-> '4321'extension
'1234'.reverse();
-> '4321'toEscaped
static String toEscaped(String? string, {String Function(int charCode)? encode});extension
toPrintable
extension
toUnicode
Last updated
Was this helpful?