properties - can i use wildcards in msbuld property methods -
i using string.replace msbuild method modify strings in property, can use wildcards ( . ? *) and/or other regular expressions?
no, not string.replace, cause .net method doesn't allow use wildcards. same way calling string.replace() - can call regex.replace, opens full power of .net regex engine, not wildcards ;).
Comments
Post a Comment