Logo

Programming-Idioms

History of Idiom 46 > diff from v10 to v11

Edit summary for version 11 by :

Version 10

2015-09-02, 13:52:19

Version 11

2015-09-02, 13:56:27

Idiom #46 Extract beginning of string (prefix)

Create string t consisting in the 5 first characters of string s.

Idiom #46 Extract beginning of string (prefix)

Create string t consisting of the 5 first characters of string s.