What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » T3XT SCRiiPT

T3XT SCRiiPT
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: T3XT SCRiiPT
toddy, what happens if i type the message "E" - unless i've missed something your script won't pick it up :p
EDIT: nevermind, misread reg expression

A much better alternative would be to use JScript's in-built toUpperCase() function.

Message = Message.toUpperCase();
Message = Message.replace(/E/g,"3");
Message = Message.replace(/I/g,"ii");

This post was edited on 07-07-2007 at 06:15 PM by Volv.
07-07-2007 06:10 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
T3XT SCRiiPT - by Chunk1993 on 07-07-2007 at 04:34 PM
RE: T3XT SCRiiPT - by toddy on 07-07-2007 at 04:55 PM
RE: T3XT SCRiiPT - by Chunk1993 on 07-07-2007 at 04:59 PM
RE: T3XT SCRiiPT - by toddy on 07-07-2007 at 05:25 PM
RE: T3XT SCRiiPT - by Chunk1993 on 07-07-2007 at 05:27 PM
RE: T3XT SCRiiPT - by Volv on 07-07-2007 at 06:10 PM
RE: T3XT SCRiiPT - by John Anderton on 07-07-2007 at 06:15 PM
RE: T3XT SCRiiPT - by Chunk1993 on 07-07-2007 at 06:19 PM
RE: T3XT SCRiiPT - by toddy on 07-07-2007 at 08:33 PM
RE: T3XT SCRiiPT - by markee on 07-08-2007 at 02:56 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On