extract word from regular expression

Posted by farka on Stack Overflow See other posts from Stack Overflow or by farka
Published on 2010-06-07T18:35:21Z Indexed on 2010/06/07 18:42 UTC
Read the original article Hit count: 134

Filed under:

i have a term 1/temperatoA,2/CelcieusB!23/33/44,55/66/77 and i want only extract word temperatoA and CelcieusB, i have this regular expression (\d+/(\w+),?)*! but i get only 1/temperatoA,2/CelcieusB! why!!! please

© Stack Overflow or respective owner

Related posts about regex