Logo

Programming-Idioms

History of Idiom 39 > diff from v25 to v26

Edit summary for version 26 by programming-idioms.org:
Linked to idiom #133 [Case-insensitive string contains]

Version 25

2016-02-18, 17:22:54

Version 26

2016-05-28, 18:47:51

Idiom #39 Check if string contains a word

Set boolean ok to true if string word is contained in string s as a substring, or to false otherwise.

Idiom #39 Check if string contains a word

Set boolean ok to true if string word is contained in string s as a substring, or to false otherwise.