Logo

Programming-Idioms

History of Idiom 38 > diff from v24 to v25

Edit summary for version 25 by :

Version 24

2015-10-29, 14:05:13

Version 25

2015-11-30, 12:37:28

Idiom #38 Extract a substring

Find substring t consisting in characters i (included) to j (excluded) of string s.
(character indexes start at 0 unless specified otherwise)

Idiom #38 Extract a substring

Find substring t consisting in characters i (included) to j (excluded) of string s.
(character indexes start at 0 unless specified otherwise)