EmbeddedParserExtractFunctions Method |
Parse the specified expression and return the set of embedded functions referenced
in the expression.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static StringSet ExtractFunctions(
string expression
)
Public Shared Function ExtractFunctions (
expression As String
) As StringSet
Parameters
- expression
- Type: SystemString
The expression to parse.
Return Value
Type:
StringSetThe set of functions referenced in the expression (including the !fn prefix, but excluding parentheses and parameters).
See Also