Logo

Programming-Idioms

History of Idiom 97 > diff from v1 to v2

Edit summary for version 2 by :

Version 1

2015-10-08, 12:52:47

Version 2

2015-10-08, 12:53:31

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.