¼³¸í

RegExp°¡ ¾Æ´Ñ À¯ÇüÀÇ °³Ã¼¿¡¼­ RegExp À¯ÇüÀÇ È£Ãâ¿¡¸¸ »ç¿ëÇÒ ¼ö ÀÖ´Â RegExp.prototype.toString ¶Ç´Â RegExp.prototype.valueOf ¸Þ¼­µå¸¦ È£ÃâÇß´Ù.

¿À·ù ÇØ°á ¹æ¹ý
¿Ã¹Ù¸¥ ¹®¹ý
re=new RegExp("d(b+)(d)","ig");org="cdbB";reArr=re.exec(org);obj=RegExp.prototype.toString();