Module: removeFunctionCalls

(require("removeFunctionCalls"))(value, testopt) → {String}

Remove function calls from a string

Parameters:
Name Type Attributes Description
value string

@see module:extractFunctionCalls for arguments

test Object <optional>

@see module:extractFunctionCalls for arguments. Except topLevel which is always true, as it doesn't make sense otherwise.

Source:
Returns:

The string

Type
String