String formatToIdentifier({int? split}) => (this ?? '').replaceAllMapped(RegExp('.{${split ?? 3}}'), (match) => '${match.group(0)} ').trim();