I need to parse out strings from a long piece of string for templating purposes. The criteria is to find all strings that start with {, end with }, and only contain text or underscores between the two brackets. No numbers or other special characters can be between to the brackets to qualify it.

Thanks


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to