I have Strings in this format :
file://c:/Users/....
file://E:/Windows/....
file:///f:/temp/....
file:///H:/something/....
How can I get just c:/Users/... or H:/something/... ?
|
|
|
Tested and will replace an arbitrary number of slashes.
And if you only want it to match two or three slashes
|
|||||||||
|
|
you can replace the string "file://" in your string with nothing:
|
|||||||||||
|
|
What about that?
|
|||
|
|