RE: [jQuery] Characters in a string

2009-11-08 Thread Dave Maharaj :: WidePixels.com
Thanks. that's just what I needed. Dave _ From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: November-08-09 3:32 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Characters in a string On Sun, Nov 8, 2009 at 10:53 AM, Dave Maharaj :: WidePixels.com wrote

Re: [jQuery] Characters in a string

2009-11-08 Thread Charlie Griefer
On Sun, Nov 8, 2009 at 10:53 AM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > I have a string where i need to get the last specific number of > characters but cant seem to find an answer when you don't know the length of > the strings since its dynamic. > > var str="/folder/subf

[jQuery] Characters in a string

2009-11-08 Thread Dave Maharaj :: WidePixels.com
I have a string where i need to get the last specific number of characters but cant seem to find an answer when you don't know the length of the strings since its dynamic. var str="/folder/subfolder/setfolder/6ab0e34e915"; where i need the last 11 digits (6ab0e34e915). The folder names change s