hi,
i am compiling a pattern like this Pattern.compile("<.*?>");
my data is like this <sra<pur>kru>
when i find the group that i get is <sra<pur>
how to get <sra<pur>kru> and how to get <pur>.
[how to get nested groups]

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.