Hello,
I have 2 strings:
A = "filename.exten sion"
and
B = ".extension "
I want to remove B from A to get the filename ...
I prefer to do it this way just in case filename has also dots.
How can I do this?
Thanks,
Miguel
I have 2 strings:
A = "filename.exten sion"
and
B = ".extension "
I want to remove B from A to get the filename ...
I prefer to do it this way just in case filename has also dots.
How can I do this?
Thanks,
Miguel
Comment