[jQuery] Re: String Manipulation

2008-06-06 Thread Andy Matthews
Split is built into Javascript itself. Since jQuery merely adds methods, you can mix and match split() with jQuery code. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Sent: Thursday, June 05, 2008 6:50 PM To: jQuery (English)

[jQuery] Re: String Manipulation

2008-06-05 Thread Karl Rudd
Errr JavaScript has a string split function: http://www.w3schools.com/jsref/jsref_split.asp Karl Rudd On Fri, Jun 6, 2008 at 9:50 AM, Mike [EMAIL PROTECTED] wrote: Is there a good string manipulation library plugin? Something that might have .split()