Dynamic Function Tester (Preview RegEx)
Posted: 04 Oct 2013, 07:11
Test & Preview Functions
I made this mostly to help me test RegExMatch & RegExReplace and see the results before using them in my scripts, but it works with other built-in functions as well and you can add your own using #Include.
Features:
This feature is tested to work with: Note: If you choose to use Fincs' version you'll have to remove the MsgBox from line 36 in his script to avoid error messages while typing the parameters.
** Not all functions in the list will work but I keep them for reference only.
DynamicFunctionTester.ahk
Download from GitHub (Right-Click > Save As)
I made this mostly to help me test RegExMatch & RegExReplace and see the results before using them in my scripts, but it works with other built-in functions as well and you can add your own using #Include.
Features:
- Displays parameters and default values.
- Updates Result on-the-fly.
- Displays function already formated to be used in scripts.
- You can #Include user-defined functions (you can add the syntax to list in the beginning of the script).
- Use Expressions & Functions in the parameters*.
This feature is tested to work with: Note: If you choose to use Fincs' version you'll have to remove the MsgBox from line 36 in his script to avoid error messages while typing the parameters.
** Not all functions in the list will work but I keep them for reference only.
DynamicFunctionTester.ahk
Download from GitHub (Right-Click > Save As)
Spoiler