Logo

Programming-Idioms

History of Idiom 110 > diff from v100 to v101

Edit summary for version 101 by programming-idioms.org:
Linked to idiom #320 [Test if string is empty]

Version 100

2022-09-03, 10:24:58

Version 101

2022-12-01, 10:36:53

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.