Difference between revisions of "Talk:LlSubStringIndex"

From Second Life Wiki
Jump to navigation Jump to search
m (and next would be startswith a la endswith, then clarity & space & time cost comparisons here, with the winner in the article)
(Example misleading: Lindens cannot be sensor()ed.)
Line 17: Line 17:
[[User:Cron Stardust|Cron Stardust]] 23:32, 7 March 2007 (PST)
[[User:Cron Stardust|Cron Stardust]] 23:32, 7 March 2007 (PST)
:I would say, highly unlikely. It would break existing functionality. Best to request an entirely new function. [[User:Strife Onizuka|Strife Onizuka]] 04:39, 8 March 2007 (PST)
:I would say, highly unlikely. It would break existing functionality. Best to request an entirely new function. [[User:Strife Onizuka|Strife Onizuka]] 04:39, 8 March 2007 (PST)
== Lindens ==
As far as I know, sensor()s can't find Lindens. I had a Linden confirm it when I was trying to set him up as a guest driver on one of my boats. Maybe the example should be changed so it's not misleading? I'm gonna go make sure the [[sensor]]() page mentions that. [[User:Stickman Ingmann|Stickman]] 18:23, 14 August 2008 (PDT)

Revision as of 18:23, 14 August 2008

startswith, endswith

Me or someone should return to contribute correct-at-a-glance versions of the snippets that mean:

startswith(whole, part) -- returns true if whole starts with part, else returns false

endswith(whole, part) -- returns true if whole ends with part, else returns false

cf. http://docs.python.org/lib/string-methods.html

-- Ppaatt Lynagh 15 October 2007 (PDT)

Soooo cool. Someone else did jump in to contribute! Now naturally I look forward to me or someone implementing startswith like we've implemented endswith, and then comparing the space & time costs of the two startswith implementation choices. -- Ppaatt Lynagh 16:21, 16 October 2007 (PDT)

RegEx

Any chance of RegEx in the future?
Cron Stardust 23:32, 7 March 2007 (PST)

I would say, highly unlikely. It would break existing functionality. Best to request an entirely new function. Strife Onizuka 04:39, 8 March 2007 (PST)


Lindens

As far as I know, sensor()s can't find Lindens. I had a Linden confirm it when I was trying to set him up as a guest driver on one of my boats. Maybe the example should be changed so it's not misleading? I'm gonna go make sure the sensor() page mentions that. Stickman 18:23, 14 August 2008 (PDT)