#1
|
|||
|
|||
Passing regex match to a script function
In a Replace Files step, I need to pass the result of a regex match. Basically, I need to match a filename in a file using the following regex:
Code:
^.*"OutputFilename"\s*=\s*"(.*)".*$ Code:
[GetFileNamePart($1)] |
|
|