Class QuoteString

java.lang.Object
de.s42.dlt.parser.modifiers.strings.QuoteString
All Implemented Interfaces:
Modifier<Object,String>, Function<Object,String>

public class QuoteString extends Object implements Modifier<Object,String>
Returns the version of a given string where the special signs are escaped
Example:
 
 ...
 ${set test "this is a string"}
 ...
 ${test:quoteString}
 ...
 
 
Author:
Benjamin Schiller