Logo

Programming-Idioms

History of Idiom 96 > diff from v33 to v34

Edit summary for version 34 by programming-idioms.org:
Linked to idiom #167 [Trim prefix]

Version 33

2017-07-21, 13:33:05

Version 34

2017-11-30, 21:20:01

Idiom #96 Check string prefix

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

Illustration

Idiom #96 Check string prefix

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

Illustration