The "i" flag has to be there. So in this example, I would want "tab-fade-right". The problem with using a regex to get the job done is the same problem faced by using a regex to parse HTML. I guess I would want to use something like HTML::Parser but for Mason tags. Any suggestions?<% "tab-fade-right"|i %>
Would it be better to have Mason process the page and then somehow grab what is being escaped by the "i" flag?
In reply to Parsing Mason tags like HTML tags? by jacques
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |