Regular Expression
Posted
by Blanca
on Stack Overflow
See other posts from Stack Overflow
or by Blanca
Published on 2010-05-28T15:07:54Z
Indexed on
2010/05/28
15:12 UTC
Read the original article
Hit count: 153
Hi! i would like to avoid texts like this one: height="49" with a regular expresion.
I tought in .replaceAll("\s*="*"","");
(replaceAll is used as a method in a java class), but eclipse don't allowed me to do that. Any other suggestion?? tx!
© Stack Overflow or respective owner