InternalPattern
Represents internal patterns used by the framework to avoid copy-pastes.
-
Pattern that matches expression types.
Declaration
Swift
case ExpressionPatternType = "(^.{2,3})(?=:)" -
Pattern that matches expressions.
Declaration
Swift
case Expression = "(?<=\\{)(.+)(?=\\})" -
Pattern that matches key without expression.
Declaration
Swift
case KeyWithoutExpression = "^(.*?)(?=\\{)"
View on GitHub
InternalPattern Enum Reference