Regular Expression
- by Blanca
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!