| Package | Description |
|---|---|
| manifold.strings |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<StringLiteralTemplateParser.Expr> |
StringLiteralTemplateParser.parse(java.util.function.IntPredicate $escapeMatcher,
boolean simpleExprDisabled,
java.lang.String stringValue)
Parse a string from a string literal using standard template delimiters e.g., "$foo" and "${foo.bar()}",
and return the list of expressions.
|
Copyright © 2024. All rights reserved.