StringExtensions extension

String extension functions

on

Methods

toCapitalize() String
toDate([String format = "${DateFormats.DD_MM_YYYY} ${TimeFormats.hh_mm_ss_a}"]) DateTime
toDouble({double defaultValue = 0.0}) double
toInt({int defaultValue = 0}) int
toTitleCase() String