We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Load namespace defintion containing all subfunction definitions.
Input: Decipher JavaScript file + Subfunction Namespace name Output: Subfunctions definition
RegEx:
var\snamespace={((?:\n|.)*?)};
RegEx Match (Group 2): Namespace definition
Next: Extract Subfunction Names