Author: ZoSTeR
Posted: Mon Mar 28, 2016 2:34 pm (GMT -6)
To ignore the extension and only discard non caps:
Edit: Include files with no extension
Posted: Mon Mar 28, 2016 2:34 pm (GMT -6)
To ignore the extension and only discard non caps:
Code: |
(?-i)^[^a-z]+\.*[^.]*$ |
Edit: Include files with no extension