-
Notifications
You must be signed in to change notification settings - Fork 95
Scala web templates: xylo.kantan
Stefan Endrullis edited this page Jun 10, 2019
·
1 revision
This template file provides templates for
- kantan.xpath library and
- kantan.regex library.
String templates:
-
.xp
- expands to xpath expressionxp"$expr$"
and adds some kantan imports to your imports list -
.rx
- expands to regular expressionrx"$expr$"
and adds some kantan imports to your imports list -
.evalRegex
- expands to$expr$.evalRegex(rx"$END$")
and adds some kantan imports to your imports list