JS Exec Temukan Semua

// Use match instead
'a a a'.match(/(a)/g).length  // outputs: 3
florinrelea