includes
startsWith
endsWith
indexOf
lastIndexOf
Given a string. Check if this string starts with 'http://'.
'http://'
Given a string. Check if this string ends with '.html'.
'.html'