[javascript-dev] Re: String.search problem...
Joshua Kit Clayton
jkc at musork.com
Wed Jan 23 16:57:44 MST 2008
- Previous message: [javascript-dev] Re: String.search problem...
- Next message: [javascript-dev] Re: Re: String.search problem...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Btw, the definitive source: http://developer.mozilla.org/en/docs/ Core_JavaScript_1.5_Reference:Objects:String:search It is a regular expression. So you definitely need to escape brackets and the like. -Joshua
- Previous message: [javascript-dev] Re: String.search problem...
- Next message: [javascript-dev] Re: Re: String.search problem...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
