StringExtensions extension

on

Properties

capitalize → String

Available on String, provided by the StringExtensions extension

capitalize each word in the line
no setter
capitalizeFirst → String

Available on String, provided by the StringExtensions extension

capitalize first letter of the string
no setter
newLine → String

Available on String, provided by the StringExtensions extension

no setter
toDateTime → DateTime?

Available on String, provided by the StringExtensions extension

Parses the string into a DateTime object, returning null if the format is invalid.
no setter