Earlier quoted context omitted.
Oh, no argument there, though being "highly annoyed" may point to some grumpiness. It is clearly not a regex engine, but it operates like a very very naive one, and uses the Perl syntax for them. Ultimately Regex just seemed like the easiest / clearest way of describing the functionality. IE, if I say "Skype supports the Perl Regex syntax for simple word substitution" you probably instantly think of s/a/b/. Maybe I s…
Historicaly it is more a sed like syntax..
Skype's Crazy Regex Easter Egg
41–50 of 52 posts
Re: Skype's Crazy Regex Easter Egg
#42words* a whole lot of CPU cycles.
Re: Skype's Crazy Regex Easter Egg
#43I will pay you $1,000 to do this project for me
(at end of chat)
s/$1,000/$1
Re: Skype's Crazy Regex Easter Egg
#44I find it highly annoying that this, as far as I understand, really doesn't use regular expressions. The s/that/this/ syntax is not , of course, a regular expression. The regular expression is the thing that might go into the "that" part, an expression that can match against several different inputs. If all it supports is literals, it's not really worth calling it a regular expression, in my opinion. The article expr…
Oh, no argument there, though being "highly annoyed" may point to some grumpiness. It is clearly not a regex engine, but it operates like a very very naive one, and uses the Perl syntax for them. Ultimately Regex just seemed like the easiest / clearest way of describing the functionality. IE, if I say "Skype supports the Perl Regex syntax for simple word substitution" you probably instantly think of s/a/b/. Maybe I s…
Re: Skype's Crazy Regex Easter Egg
#45Earlier quoted context omitted.
I agree with you. This is simple substitution. (If we're going to call this a regex mechanism, so is Find/Replace in Word.)
I don't mind downvotes, but what are they for? (I upvoted the parent post out of the negatives and now I'm there... I guess that's karma huh.)
Re: Skype's Crazy Regex Easter Egg
#46I find it highly annoying that this, as far as I understand, really doesn't use regular expressions. The s/that/this/ syntax is not , of course, a regular expression. The regular expression is the thing that might go into the "that" part, an expression that can match against several different inputs. If all it supports is literals, it's not really worth calling it a regular expression, in my opinion. The article expr…
Re: Skype's Crazy Regex Easter Egg
#47Re: Skype's Crazy Regex Easter Egg
#48Re: Skype's Crazy Regex Easter Egg
#49How is this an easter egg? Been using it for years.
Re: Skype's Crazy Regex Easter Egg
#50It is really interesting that nobody points this out ;)