Supposed I have the following string:
string str = \"text\";
And I would like to change \'tag\' to \'newTag\' so the
To make it optional, simply add a "?" AFTER THE "/", LIKE THIS:
<[/?]*tag>