lookahead « group « Java Regex Q&A

Home
Java Regex Q&A
1.Development
2.find
3.group
4.Match
5.matcher
6.number
7.Operation
8.parse
9.Pattern
10.replace
11.validation
12.word
Java Regex Q&A » group » lookahead 

1. lookahead and group    stackoverflow.com

In Java, on a text like foo <on> bar </on> thing <on> again</on> now, I should want a regex with groups wich give me with a find "foo", "bar", empty string, ...

2. Lookahead regex produces unexpected group    stackoverflow.com

I'm trying to extract a page name and query string from a URL which should not contain .html Here is an example code in Java:

public class TestRegex { 
    ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.