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:
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: RE: [Howto] Get Personalized status
quote:
Originally posted by RaceProUK
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.


How did you go from "Man, I really need to learn Regex! That makes no sense to me at all." to an expert? Were you sarcastic with your original post or are you just a quick learner?
The previous sentence is false. The following sentence is true.
07-02-2006 03:52 PM
Profile PM 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