Logo

Programming-Idioms

History of Idiom 97 > diff from v19 to v20

Edit summary for version 20 by programming-idioms.org:
Updated picture URL by user [programming-idioms.org]

Version 19

2016-09-27, 11:26:45

Version 20

2016-09-27, 11:27:12

Idiom #97 Check string suffix

Set boolean b to true if string s ends with suffix suffix, false otherwise.

Illustration

Idiom #97 Check string suffix

Set boolean b to true if string s ends with suffix suffix, false otherwise.

Illustration