SpiceQA
Questions
Tags
Users
Badges
In Haskell, how can get the filename without the file extension?
user_584121
0
Created Sep 16, 2017
Edited Sep 16, 2017
Viewed 987
Follow
Say I have a filename (a list of characters):
"myfile.xml"
How can I get:
"myfile"
?
haskell
6
0
Add comment
+
Share
1 Answers
Related