Hi
I am currently reading the regular expression tutorial provided by Oracle.
Following is a
test program for understanding regex
When i try to run the above code example in eclipse it returns the Console object as null..
Hence the example cant run further.
What modifications do i have to do so that it runs in eclipse as well
Thanks