Search:

Type: Posts; User: jashburn

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,211

    Re: java replace correct number into letter

    Another way would be to use 2 digits to represent each letter, e.g., a = 01, b = 02, etc. This way you don't need to use delimiters/boundaries.
  2. Replies
    3
    Views
    1,211

    Re: java replace correct number into letter

    The most direct way to address this would be to add a delimiter between each number so that you can tell the difference between "11" for a "k", and "1,1" (using a comma delimiter) for two "a"s.
    ...
Results 1 to 2 of 2