Hi,
I one of my Java program I have to write a program to find the beginning of a line and then replace the text using replaceAll() function of String. What is regular expression beginning of line?
Thanks
Hi,
^
is the code to find the beginning of line in a text stream
Thanks
Please go through the link, may this will be helpful for you.
http://www.roseindia.net/java/string-examples/string-replaceall.shtml
http://www.roseindia.net/java/java-tips/data/strings/40regular_expressions/05regex.shtml