RegExp°¡ ¾Æ´Ñ À¯ÇüÀÇ °³Ã¼¿¡¼ RegExp À¯ÇüÀÇ È£Ãâ¿¡¸¸ »ç¿ëÇÒ ¼ö ÀÖ´Â RegExp.prototype.toString ¶Ç´Â RegExp.prototype.valueOf ¸Þ¼µå¸¦ È£ÃâÇß´Ù.
RegExp À¯ÇüÀÇ °³Ã¼¿¡¼¸¸ RegExp.prototype.toString ¶Ç´Â RegExp.prototype.valueOf ¸Þ¼µå¸¦ È£ÃâÇÑ´Ù.
re=new RegExp("d(b+)(d)","ig");org="cdbB";reArr=re.exec(org);obj=RegExp.prototype.toString();