public class MacroUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escapeString(String value)
Escapes a string to be used within macros
Will not add quotes around the string
|
static boolean |
isValidVariableName(String key)
Returns true if the variable name is valid
|
static String |
makeMacroCompatible(String string)
Makes a string macro-compatible
|
public static String makeMacroCompatible(String string)
string
- the stringpublic static boolean isValidVariableName(String key)
key
- parameter nameCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.