Logo

Programming-Idioms

History of Idiom 110 > diff from v70 to v71

Edit summary for version 71 by programming-idioms.org:
Lead: better style

Version 70

2021-09-24, 09:28:04

Version 71

2021-09-24, 12:18:25

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 the boolean blank to true if the string s is empty, or null, or contains only whitespace ; false otherwise.