Nope you should not apologize , you are not expected to read class comments before asking questions here.
You will find a dedicate chapter on regex on Deep Into Pharo which you can download as free PDFs from the Pharo website.
Pharo regex is very similar to other languages , AFAIK it's nothing special. I used it for language parsing from Pharo to Python syntax. But if you really want to do some complex parsing I highly recommend powerful parser like SmaCC and PettitParser , the good news is that they use syntax very similar to regex but far more readable, flexible and powerful. I used SmaCC which comes with good documentation and ton of examples , I think PettitParser is similar story.
On Tue, 26 Jan 2016 at 19:53, Cameron Sanders via Pharo-users <
[hidden email]> wrote:
Ah! I found the RxParser class methods for syntax and usage. I missed these previously -- my apologies.