User Profile

Collapse

Profile Sidebar

Collapse
pro
pro
Last Activity: Jun 20 '07, 01:10 PM
Joined: Jun 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pro
    replied to Regular expression question!
    in Java
    I found it, is
    cleanString = cleanString.rep laceAll("[\\)\\(\\[\\]]", " $0 ");

    But I didn't understand how can I replace strings that I don't care if the characters are little or big.
    I mean That's,that's,T hAT's to be all the same.

    replaceAll("... ",)????...
    See more | Go to post

    Leave a comment:


  • pro
    replied to Regular expression question!
    in Java
    Thank you very much!

    I would like also to ask what about brackets

    How can I reaplace with something else . . ?
    See more | Go to post

    Leave a comment:


  • pro
    started a topic Regular expression question!
    in Java

    Regular expression question!

    Hi everyone,
    I would like to ask something about regular expressions in java.

    I have made a code lika that

    Code:
    cleanString = cleanString.replaceAll(";", " ; ");
    cleanString = cleanString.replaceAll(":", " : ");
    cleanString = cleanString.replaceAll(",", " , ");
    cleanString = cleanString.replaceAll("`", " ` ");
    ...
    See more | Go to post
No activity results to display
Show More
Working...