Logo

Programming-Idioms

History of Idiom 97 > diff from v2 to v3

Edit summary for version 3 by :

Version 2

2015-10-08, 12:53:31

Version 3

2015-10-08, 12:54:16

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.