Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Finding a word within a string (using a stringbuilder)

    Are you having problems using any of the java classes' methods?

    Otherwise it looks like a program design problem that involves searching through some arrays.
  2. Re: Finding a word within a string (using a stringbuilder)

    Not sure I understand what you are asking. If characters have been inserted into a StringBuilder object, there are methods like charAt() that can be used to look at individual characters in the SB...
Results 1 to 2 of 2