Logo

Programming-Idioms

History of Idiom 110 > diff from v68 to v69

Edit summary for version 69 by programming-idioms.org:
Linked to idiom #274 [Remove all whitespace characters]

Version 68

2021-08-30, 20:54:55

Version 69

2021-09-15, 15:46:20

Idiom #110 Check if string is blank

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

Idiom #110 Check if string is blank

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