downcase constant

String const downcase

Returns the input string converted to lowercase. Follows the Unicode Default Case Conversion algorithm and the locale-insensitive case mappings in the Unicode Character Database.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

static const downcase = "downcase";