5
Answers

Regular expression


Hi,
I want an regular expression to eliminate the white space from an xml file having style tags.

Eg: "Font-Style : italic" should be converted to "Font-Style:italic"
  How can i achieve this?

Answers (5)