Returns a string representation of the regular expression.
toString()
A string.
/[a-z]/g.toString()
"/[a-z]/g"