Being fairly new to JavaScript, I\'m unable to discern when to use each of these.
Can anyone help clarify this for me?
If you require a regular expression, use search(). Otherwise, indexOf() is going to be faster.
search()
indexOf()