java regular expression
- by changed
Hi
I have to create a regular expression for some path conversion.
Example for path are
//name:value /name:value // name:value
/name:value /name:value
/name:value//name:value
thing is how to check for // or / at the start or middle of the string and how can i specify that name can contain any of this a-zA-Z and _
Path also contains white spaces.
thanks-