reEscape top-level property

RegExp reEscape
final

Used to match template delimiters.

Implementation

final reEscape = RegExp(r"<%-([\s\S]+?)%>"),
    reEvaluate = RegExp(r"<%([\s\S]+?)%>"),
    reInterpolate = RegExp(r"<%=([\s\S]+?)%>");