Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Get string or a listed of number before the dash, in the middle of the dashes and after a dash.

    Have you tried using the split() method? What was the problem using what it returned?
  2. Re: Get string or a listed of number before the dash, in the middle of the dashes and after a dash.

    The String class's split() method would do that.
Results 1 to 2 of 2