Jump to content
UBot Underground

Could somebody please help me Regex this string...


Recommended Posts

Hello,

 

I'm trying to get just the filename of a string into a variable.

 

Here is an example string:

F:\IM Archive\Current\Software\Ubot\Projects\WPI\Product\LetsGoCamping_PLR\Main-Product\Mod 2- Website\images\TransparentLogo.gif

 

So in this example I want just the 'TransparentLogo' without the .gif

 

Thanks,

Andy

 

 

Link to post
Share on other sites

I want to help too :)

 

If any image, then it could be (and just add the extensions that could be possible, e.g. tiff)

(?<=\\)[^\\]*(?=\.(gif|bmp|jpg|jpeg))
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...