Examples of regex matcher \G (The end of the previous match) in Java would be nice

Posted by Mister M. Bean on Stack Overflow See other posts from Stack Overflow or by Mister M. Bean
Published on 2010-04-25T15:58:51Z Indexed on 2010/04/25 16:03 UTC
Read the original article Hit count: 238

Filed under:
|

Do you haven any useful example of the boundary matcher "\G"`? Please give me some real world examples. Java source is appreciated. From "Mastering regular expressions. Jeffrey E. F. Friedl" I got an useful example parsing HTML but I am not sure how if a translation to Java is possible.

© Stack Overflow or respective owner

Related posts about java

Related posts about regex