Tagged Questions

0
votes
4answers
742 views

PHP preg_split if not inside curly brackets

I'm makin' a scripting language interpreter using PHP. I have this code in that scripting language: write {Hello, World!} in either the color {blue} or {red} or {#00AA00} and in either the font ...