Here are a couple ways:
Find:
(\[[WebService\(Description="My Web Service)[[^\n"]]*("\)\]])
Replace with:
$1 %FILE_VERSION%$2
or
Find:
\[[WebService\(Description="My Web Service[[^\n"]]*"\)\]]
Replace with:
[[WebService\(Description="My Web Service %FILE_VERSION%"\)]]
See the references in the Replace in File help topic for more help on regular expression syntax.
|