it's part of the scripting command syntax and separates the individual parts of
| Command | Description |
|---|---|
$regexp(x,e,r,c) |
replaces the pattern specified by the regular expression e in the string x by r. The optional fourth parameter c enables ignore case (1) or disables the ignore case setting (0). Please note that you have to escape comma and other special characters in e. |