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

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -