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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -