What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Howto] Get Personalized status

[Howto] Get Personalized status
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: [Howto] Get Personalized status
quote:
Originally posted by J-Thread
Yes, if you know some regular expressions, you can easily see that. The ^ stands for the beginning of the name, and the $ for the end. So to be able to find a match, there have to be a certain number (0 or more) characters (any characters you like) at the beginning of the string, then ASCII character 160 (\xA0), then a {, then 1 or more characters, then a } and that must be the end of the string. Exactly what you would do when you had to describe the process of finding the personal message in english.
That's still not a complete explanation: the * operator is greedy, and will match as many characters as possible. This way, no matter how many '\xA0{'s there are, .* will skip all but the last.
[Image: spartaafk.png]
07-02-2006 02:09 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Howto] Get Personalized status - by J-Thread on 07-01-2006 at 12:44 PM
RE: [Howto] Get Personalized status - by RaceProUK on 07-01-2006 at 01:54 PM
RE: RE: [Howto] Get Personalized status - by segosa on 07-01-2006 at 01:58 PM
RE: [Howto] Get Personalized status - by RaceProUK on 07-01-2006 at 05:15 PM
RE: [Howto] Get Personalized status - by L. Coyote on 07-01-2006 at 05:21 PM
RE: [Howto] Get Personalized status - by mathieumg on 07-02-2006 at 05:39 AM
RE: [Howto] Get Personalized status - by J-Thread on 07-02-2006 at 10:49 AM
RE: [Howto] Get Personalized status - by ulyxes on 07-02-2006 at 11:40 AM
RE: [Howto] Get Personalized status - by RaceProUK on 07-02-2006 at 02:09 PM
RE: RE: [Howto] Get Personalized status - by segosa on 07-02-2006 at 03:52 PM
RE: [Howto] Get Personalized status - by RaceProUK on 07-03-2006 at 06:11 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