1

I need to parse tags in posted strings. Where can I find the classes and methods that I can use to accomplish this inside the Play! framework? I need exactly the same functionality as Play! uses to process views templates (the files that are usually ending with .scala.html)

4