Hi,
Im trying to use a regex to get just the name of the directory path folder from a string. I can get the build part on its own using .*/ but is there a way to get just "distribution/maintance/java/source" with out the last forward slash.
distribution/maintance/java/source/build
I'm very new to regex and cant find any examples of this.
Thanks
Dexter
Im trying to use a regex to get just the name of the directory path folder from a string. I can get the build part on its own using .*/ but is there a way to get just "distribution/maintance/java/source" with out the last forward slash.
distribution/maintance/java/source/build
I'm very new to regex and cant find any examples of this.
Thanks
Dexter