Search:

Type: Posts; User: torrie

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,496

    Upper and Lower Case in a sentence

    I'm trying to capitalize the first Letter of word at the beginning of a sentence. So far, even though my code compiles, it won't run demonstrating what I want it to do.

    I have an if else...
  2. Replies
    2
    Views
    1,209

    Splitting a String by number of characters

    If I wanted to split a string, e.g.
    String s= ("What's wrong with my code. It doesn't seem to work correctly?");

    How could I do it in a way that it is split by a specified number of characters...
Results 1 to 2 of 2