String.replaceAll("--^\n")

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Binu jose

    String.replaceAll("--^\n")

    Hi all
    i am trying to replace a char sequence starting with -- and ending
    with \r\n using String.replaceA ll() function. How will be the regular
    expression for that.
    Thanks
    Binu Jose
Working...