student, android developer and tech freak.
See more
fun String.format(): String { return this.replace(' ', '_')}val formatted = str.format()