MustacheTagX extension
the extensions for Mustache
- on
Properties
- isCamelCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.camelCaseno setter - isConstantCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.constantCaseno setter - isDotCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.dotCaseno setter - isEndIf → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the format is MustacheTag.endIfno setter - isFormat → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is a format typeno setter - isHeaderCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.headerCaseno setter - isIf → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the format is MustacheTag.if_no setter - isIfNot → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the format is MustacheTag.ifNotno setter - isLowerCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.lowerCaseno setter - isMustacheCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.mustacheCaseno setter - isParamCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.paramCaseno setter - isPascalCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.pascalCaseno setter - isPathCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.pathCaseno setter - isSentenceCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.sentenceCaseno setter - isSnakeCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.snakeCaseno setter - isTitleCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.titleCaseno setter - isUpperCase → bool
-
Available on MustacheTag, provided by the MustacheTagX extension
whether the value is MustacheTag.upperCaseno setter
Methods
-
wrap(
String content, {int? braceCount, String? startDeliminator, String? endDeliminator}) → String -
Available on MustacheTag, provided by the MustacheTagX extension
Wraps thecontent
with mustache
Static Properties
- wrappedPattern → RegExp
-
Available on MustacheTag, provided by the MustacheTagX extension
the pattern to match if content is wrapped with bracketsno setter