Remove word from string

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have 2 strings:

A = "filename.extension"

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Rename and Replace file 1
String 1
Remove first word of a string 2
String and Path 2
Import File Information 0
Remove last letter from string 2
String 2
Remove characters from string 2

Back
Top