Logo

Programming-Idioms

History of Idiom 38 > diff from v39 to v40

Edit summary for version 40 by programming-idioms.org:
Restored version 37

Version 39

2016-02-18, 17:22:46

Version 40

2016-09-20, 16:14:42

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)

Illustration