I want a way to change part of string according to simple marks. for example:
$string = "I'm student (at JIC college), and I'm GENIUS.";
I want to select at JIC college
or any words between brackets and change their color. (I know how to change their color). but how to select it change it then put it back. and how to do that even if I had more than 1 brackets.
$string = "I'm student (at JIC college), and I'm GENIUS (not really).";