Logo

Programming-Idioms

History of Idiom 96 > diff from v1 to v2

Edit summary for version 2 by :

Version 1

2015-10-08, 12:50:41

Version 2

2015-10-08, 12:53:30

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.