Logo

Programming-Idioms

History of Idiom 97 > diff from v9 to v10

Edit summary for version 10 by :
New D implementation by user [piou]

Version 9

2015-11-03, 23:48:45

Version 10

2015-11-30, 12:37:32

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.