Search:

Type: Posts; User: Kakashi

Search: Search took 0.19 seconds.

  1. [SOLVED] Re: String Matcher finding only char not a whole string

    Thanks for all the help here I got it working now. The file had spaces in it which I did not realize so I use an object stream instead of the randomaccess file to write it and then started to look...
  2. [SOLVED] Re: String Matcher finding only char not a whole string

    The thing is if I take out the break it just print "no match found" 3 times when I type in Gus which I made sure is in the file.
  3. [SOLVED] Re: String Matcher finding only char not a whole string

    Actually the break; works fine and does what I want it to and break when there are no matches.
    I finally got what you ment by the SSCCE and here it is: and with the attached Book-Text.txt file it...
  4. [SOLVED] Re: String Matcher finding only char not a whole string

    This is the output of the code
    Found Match Book TITLE: How to Read: Author Gus: Number of PAges 12: Price 12.00;
    The input from the user is any string say "Gus"
    What should happen is any line...
  5. [SOLVED] String Matcher finding only char not a whole string

    I have this working right and it does everything to a degree but when I search a file for a string that is gathered from user input it does not do it correctly. If you just type in one letter or...
Results 1 to 5 of 5