Logo

Programming-Idioms

History of Idiom 110 > diff from v75 to v76

Edit summary for version 76 by programming-idioms.org:
Linked to idiom #219 [Replace multiple spaces with single space]

Version 75

2021-12-14, 11:27:08

Version 76

2021-12-23, 09:01:13

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.