I have
{$input = 'https://www.youtube.com/watch?v=JCA2PjAHmNw&list=RDGMEM_v2KDBP3d4f8uT-ilrs8fQVMXJu6RlDf2O4&index=7'}
Wanna to get JCA2PjAHmNw
I've just tried this:
{$input = 'https://www.youtube.com/watch?v=JCA2PjAHmNw&list=RDGMEM_v2KDBP3d4f8uT-ilrs8fQVMXJu6RlDf2O4&index=7'}
{$r = preg_match_all('#/mk_([^/]*)#', $input, $matches)}
{print_r($matches[0])}
But nothing happening