Is there a function to extract the extension from a filename?
Thanks all! That's what I needed!
|
feedback
|
|
Yes. Use
| |||||
feedback
|
| |||||||||||||||
feedback
|
To get only text extension | ||||
|
feedback
|
|
Any of the solutions above work, but on linux I have found that there is a newline at the end of the extension string which will prevent matches from succeeding. Add the
| |||||
feedback
|
|
One option may be splitting from dot:
No error when file doesn't have an extension:
But you must be careful:
| |||||
feedback
|