been twisting my head for hours trying to figure this out,
this is my current approach:
$string = preg_replace('/"\/(.+?)\/"/', '<span style="color: green;">/"/\\1/"/</span>', $string);
but it's not working 🙁
i want everything inside of " " have a certain color..
like f eks: "just like this"