Regular Expressions

A regular expression is a javascript type whose values are match patterns useful for search for and extracting desired elements from a string.

Useful Resources

Useful methods

These methods work with strings:

  • match
  • search