Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
static SplitOperator |
Punchlet.split() |
Modifier and Type | Method and Description |
---|---|
SplitOperator |
SplitOperator.delim(String s)
Reset the delimiter.
|
SplitOperator |
SplitOperator.escape(char start,
char end)
Enable escaping
|
SplitOperator |
SplitOperator.inferTypes()
Activate type inference.
|
SplitOperator |
SplitOperator.on(String input)
Set the input value to split
|
SplitOperator |
SplitOperator.on(Tuple input)
Set the input value to split
|
SplitOperator |
SplitOperator.trim()
Trim the values, removing starting and trailing '"'
|
Copyright © 2023. All rights reserved.