không hiểu gì

ác gtrong biểu thức chính quy (viết tắt của toàn cầu ) cho biết để tìm kiếm trên toàn bộ chuỗi thay vì chỉ tìm thấy sự xuất hiện đầu tiên. Điều này khớp ishai lần:

var temp = "This is a string.";var count = (temp.match(/is/g) || []).length;console.log(count);

Và, nếu không có kết quả khớp, nó sẽ trả về 0:

var temp = "Hello World!";var count = (temp.match(/is/g) || []).length;console.log(count);

Leave a reply:

Your email address will not be published.

Site Footer

Sliding Sidebar

Facebook