Hi all, How do you do a Replace on part of a wildcards search? E.,g., I am looking for a line with:
Uint32 Command where there can be any type and amount of white space between "Uint32" and "Command". So I guess the wild card search format will be Uint32*Command No? But then if I want to replace just the "Uint32" part with "SHORT_ID". How would i do that? TIA - avi
