Replacing string between tags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karunashok
    New Member
    • Aug 2007
    • 1

    #1

    Replacing string between tags

    hi,

    i want to read one html file and replace the string between the start and end tag with some string.

    i need help please help me.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by karunashok
    hi,

    i want to read one html file and replace the string between the start and end tag with some string.

    i need help please help me.
    Have a look at the java.util.regex package.

    Comment

    Working...