You will learn how to separate a string by detecting the line. An example has been given in the section for the best illustration of the procedure of reading of line from the file.
Program Result:
Following program takes a text file name and reads all the string or text from the file. This program also detects the new line character "\n" and shows all the string or text before occurring the new line character.
Here is the code of the program:
import java.util.regex.*;
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Reading Lines from a String Using a Regular Expression
Post your Comment