Collect a list in JS with regex?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-01T04:49:45Z Indexed on 2010/05/01 4:57 UTC
Read the original article Hit count: 429

Filed under:
|

Basically i want to output a div with all the ids in it. I know how to do that especially with jquery but collecting the ids is the problem not the list. I failed at regex although i know how to use it in .NET. How do i write this regex properly? so i can get a list of ids and display it as i want. http://jsfiddle.net/NgmGf/

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about regex