Miêu tả

Thuộc tính RegExp constructor trong JavaScript trả về một tham chiếu tới hàm mảng mà tạo prototype của đối tượng.

Cú pháp

Cú pháp của nó như sau:

RegExp.constructor

Trả về giá trị

Trả về hàm tạo prototype của đối tượng.

Ví dụ

Bạn thử ví dụ sau:

<html>
   
   <head>
      <title>JavaScript RegExp constructor Property</title>
   </head>
   
   <body>
      
      <script type="text/javascript">
         var re = new RegExp( "string" );
         document.write("re.constructor is:" + re.constructor); 
      </script>
      
   </body>
</html>

Kết quả

re.constructor is: function RegExp() { [native code] } 

Các bài học JavaScript khác tại s2sontech:




Bình luận (0)

Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Learning English Everyday