Message 1 of 3
MEL tokenize question...

Not applicable
01-26-2015
11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
Wanted to know if anyone can recommend how to grab a certain part of a file name.
Example below:
abc_def_ghi_jkl_v001_pqr.ma
The main body that contains the underscores prior to the version number, can vary at times (e.g. abc_def_ghi_jkl_mno_v001_pqr.ma) so I want to be able to grab the version number (v001) by searching in reverse using the (.) as the delimiter. The section after the version number does not vary.
Thanks in advance!
Dan