Guest User

Untitled

a guest
May 21st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <cfscript>
  2. fullpath = '177@141107130910-Neuro-psych eval.jpg';
  3. WriteOutput(find('-', fullpath));
  4. WriteOutput(right(fullpath, (len(fullpath))-17) );
  5. WriteOutput(fullpath.split('-')[2]);
  6. WriteOutput(listRest(fullpath, '-'));
  7. </cfscript>
Add Comment
Please, Sign In to add comment