Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    4,246

    Re: Java split problem..

    Just go to the appropriate forum and it should be at the top.
  2. Replies
    5
    Views
    4,246

    Re: Java split problem..

    The split function takes a regular expression. The dollar sign means "end of line". You'll have to escape it using two backslashes in order to mean literally "dollar sign".

    Recommended reading:...
Results 1 to 2 of 2