Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <I
- import "iUtils.js"
- // var s;
- if(GetCharCount("_",IRELEASENAME) > GetCharCount(".",IRELEASENAME))
- s = StringReplace(IRELEASENAME, "_", " ");
- else
- s = StringReplace(IRELEASENAME, ".", " ");
- print(ReduceCapitals(copy(s, 1, 82)));
- I>
Advertisement
Add Comment
Please, Sign In to add comment