Difference between revisions of "Talk:LlSubStringIndex"

From Second Life Wiki
Jump to navigation Jump to search
(Example misleading: Lindens cannot be sensor()ed.)
Line 21: Line 21:
== Lindens ==
== 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)
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)
== I am almost speachless ==
Almost. Undo was the easiest or the most suitable option there? Consider the target audience? Explain how the script works? I realize there was a lot of comments but...best I stop typing at this point. -- '''[[User:EddyFragment Robonaught|Eddy]]'''  <sup><small>([[User talk:EddyFragment_Robonaught|talk]]|[[Special:Contributions/EddyFragment_Robonaught|contribs]])</small></sup> 00:56, 18 June 2009 (UTC)

Revision as of 17:56, 17 June 2009

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)

I am almost speachless

Almost. Undo was the easiest or the most suitable option there? Consider the target audience? Explain how the script works? I realize there was a lot of comments but...best I stop typing at this point. -- Eddy (talk|contribs) 00:56, 18 June 2009 (UTC)