Hello,
I've a requirement wherein I need to remove the extension (eg. ".json",".css", ".svg" etc) from the file name
some of the file name contains dot(.)
Ex : I have a file name as - filename.c_en.json => I need filename.c_en
how can I achieve this, I don't want to use flow
can this be achieved using Split() along with First(), Last(),..etc ?