today I run into following problem - one of strings that I am manipulating
with contains "$" character. This can happen easily - it is UNC path with
hidden share:
"\\server\share$"
-Replace is not able to handle it:
"\\server\share$" -Replace "share$", "x"
System.String method Replace works fine - however is case sensitive :(
Any idea? Is it bug, or feature? :)
Thanks,
Martin
-Replace "share\$", "x"
Martin
"Martin Zugec" <martin...@gmail.com> wrote in message
news:eqQlbSZe...@TK2MSFTNGP06.phx.gbl...
-Replace 'share\$', "x"
- Larry
Martin
"Larry__Weiss" <l...@airmail.net> wrote in message
news:eWFKIaae...@TK2MSFTNGP02.phx.gbl...