Mark Malin

Greenhorn
+ Follow
since Jun 03, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
2
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mark Malin

Thanks Charles! It did occured to me at one point. But I did not give it a try, because I thought the Java's escape sequence is different from the pattern meta char set. Stupid me.
20 years ago
I tried to match a . (dot), which is a meta character. But the following did not compile because \. is not a valid escape sequence.
java.util.regex.Pattern.compile("[0-9]*\.");
Any get-around?
Thx.
20 years ago
It took me three weeks to complete the assignment and follow up exam. Feels good. I am waiting for a job offer and I hope this helps.
20 years ago