Open
Description
I know, I know, I know.... //
inline comment is not yet supported.
But, but ... BUT I have a working Regex pattern for this. It is:
(((\x27[ \!\"\#\$\%\&\(\)\*\+\-\.\/0-9\:\;\<\=\>\?@A-Z\[\\\]\^\_\`a-z\|\~]*\x27\s*)|(\"[ \!\#\$\%\&\x27\(\)\*\+\-\.\/0-9\:\;\<\=\>\?@A-Z\[\\\]\^\_\`a-z\|\~]*\"\s*)|(\/([ \!\$\%\&\(\)\*\+\-\.0-9\:\<\=\>\?@A-Z\[\]\^\_\`a-z\|\~]+[ \!\$\%\&\(\)\*\+\-\.0-9\:\<\=\>\?@A-Z\[\]\^\_\`a-z\|\~]*)|([ \!\$\%\&\(\)\*\+\-\.0-9\:\<\=\>\?@A-Z\[\]\^\_\`a-z\|\~]*))*)*)([;#]+)*.*$
That regex has demonstrably worked on many online Regex testers:
- https://www.debuggex.com/
- https://extendsclass.com/regex/4d49f33
- https://www.freeformatter.com/regex-tester.html
- https://regexr.com/6gv39
Couldn't get it to work with the following online regex tester(s):
Just need a bit of major Bash-FU going on... and is on-going.