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.
The decipher function uses some primitive subfunctions to change the signature. All subfunctions are in the same namespace.
Input: Decipher function definition Output: Namespace name
RegEx:
(..)\.(..)\(.,(\d)+\)
RegEx Match: Every match will be a subfunction call with its arguments:
namespace.subfunction(..., argument)
Next: Load Subfunction Definition