Logo

Programming-Idioms

History of Idiom 97 > diff from v26 to v27

Edit summary for version 27 by programming-idioms.org:
wording

Version 26

2017-03-06, 21:19:20

Version 27

2017-03-06, 21:20:20

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 string suffix, false otherwise.

Illustration
Extra Keywords
tail