JS Regex Temukan teks di dalam kutipan tunggal
// Find text inside 'single quotes'
const RegExp = /'(.*?)'/g
KostasX
// Find text inside 'single quotes'
const RegExp = /'(.*?)'/g