Click here to Skip to main content
15,909,747 members

Comments by coolRahul_12 (Top 16 by date)

coolRahul_12 27-Mar-14 3:18am View    
Can u please tell few more details
coolRahul_12 3-Mar-14 23:19pm View    
google it
coolRahul_12 26-Feb-14 8:06am View    
Tried split. It worked . Thanks :)
coolRahul_12 26-Feb-14 8:01am View    
i tried my regex this way
Pattern pattern=Pattern.compile("(.*?):(.*?)");
Matcher matcher=pattern.matcher(input)
When i did that and when i printed group(2) i found the text appended with curly braces
which means that there is a problem with matching the curly braces
coolRahul_12 26-Feb-14 7:47am View    
Thanks updated :)