I am struggling with the element in the AndroidManifest.xml file to get my URI matching working. I want to match the following URIs:
AndroidManifest.xml
Here you say there will be one slash \/ (since slash must be escaped) followed by 1 or more word character afterwards there could be one more slash (but this is optional) at the end of the string
\/
Have a look at DEMO