J
Justin Fancy
I am new to regular expressions with .net. I was wondering if someone
could help me out.
I'm looking for the lines of code that will replace C: with
nothing(""), AND all backslashes"\" to forward slashes"/".
Example:
ORGINAL
x:\en\aviation\users.htm
FINISHED PRODUCT
/en/aviation/users.htm
It would be awesome if I could hear from someone on this matter.
Thanks!
Justin
could help me out.
I'm looking for the lines of code that will replace C: with
nothing(""), AND all backslashes"\" to forward slashes"/".
Example:
ORGINAL
x:\en\aviation\users.htm
FINISHED PRODUCT
/en/aviation/users.htm
It would be awesome if I could hear from someone on this matter.
Thanks!
Justin