Logo

Programming-Idioms

History of Idiom 97 > diff from v18 to v19

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

Version 18

2016-04-06, 20:06:24

Version 19

2016-09-27, 11:26:45

Idiom #97 Check string suffix

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

Idiom #97 Check string suffix

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

Illustration