JS Regex Znajdź tekst w pojedynczych cytatach
// Find text inside 'single quotes'
const RegExp = /'(.*?)'/g
KostasX
// Find text inside 'single quotes'
const RegExp = /'(.*?)'/g