The new
FormattedSearch feature is great. Being able to specify a condition in the pattern would be even better. For example, if the Revision number is 1.1, I would like to replace it by the string "NEW !". Just like in the standard search results.
--
JeromeBouvattier - 04 Feb 2002
This looks to be related to the issue I asked in
ExcludeSearchResultWithRegEx. You're wanting a search-and-replace, I'm wanting an exclude and multi-line search, both items that full regex can do. Adding simple text arguments like nototal="yes" should be doable for all of these.
Example arguments:
replace="' 1.1 ',' NEW ! '", exclude="Task", multiline="on"
--
MikeMaurer - 06 Mar 2002