Logo

Programming-Idioms

History of Idiom 96 > diff from v24 to v25

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

Version 24

2016-05-03, 20:56:51

Version 25

2016-09-27, 11:27:15

Idiom #96 Check string prefix

Set boolean b to true if string s starts with prefix prefix, false otherwise.

Idiom #96 Check string prefix

Set boolean b to true if string s starts with prefix prefix, false otherwise.

Illustration