Logo

Programming-Idioms

History of Idiom 110 > diff from v76 to v77

Edit summary for version 77 by AlfRichter:
[Kotlin] Add Doc and Demo

Version 76

2021-12-23, 09:01:13

Version 77

2022-02-01, 23:51:03

Idiom #110 Check if string is blank

Set the boolean blank to true if the string s is empty, or null, or contains only whitespace ; false otherwise.

Idiom #110 Check if string is blank

Set the boolean blank to true if the string s is empty, or null, or contains only whitespace ; false otherwise.

Code
val blank = s.isNullOrBlank()
Code
val blank = s.isNullOrBlank()
Doc URL
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/is-null-or-blank.html
Demo URL
https://pl.kotl.in/QcrAf5cM1