Search:

Type: Posts; User: fate0x1

Search: Search took 0.22 seconds.

  1. Replies
    1
    Views
    2,031

    help with regex

    Hi, to try and save some time I was wondering if anyone here could help me? Currently I am using .trim() to get rid of any white space before or after the current line being looked at. Then I want...
  2. Replies
    4
    Views
    2,643

    Re: Primitive text editor

    // reading command file, assigning it to RandomAccessFile for traversing.
    File inputFile = new File(commandFile);
    RandomAccessFile raf = new RandomAccessFile(inputFile, "r");
    String...
Results 1 to 2 of 2