include
1.5.1
include(substring) -> Boolean
Check if the string contains a substring.
Example
'Prototype framework'.include('frame');
//-> true
'Prototype framework'.include('frameset');
//-> false
include(substring) -> Boolean
Check if the string contains a substring.
'Prototype framework'.include('frame');
//-> true
'Prototype framework'.include('frameset');
//-> false