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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This is a regex-based solution to introduce thousand separators:
This will transform See also
This one is more abstract, but you can use
You don't need regex for this, but I'm sure there are "real life" scenarios of something that is a variation of this technique. |
|||||||||
|
|
Here's an example:
|
|||||
|