Bah, this was the only thing that popped up in my head:
PHP Code:
function onCreated()
{
a = "\"Test\"";
if (a.starts(("\"\"").substring(1)))
echo("foo");
}
if you was talking about if a string started with ", as in "Test ing" for example :o
I think there is an easier way, but couldn't think of one
