Logo

Programming-Idioms

History of Idiom 110 > diff from v107 to v108

Edit summary for version 108 by programming-idioms.org:
+keywords

Version 107

2023-02-27, 21:32:27

Version 108

2023-03-23, 09:45:54

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.

Extra Keywords
white space