sregx icon indicating copy to clipboard operation
sregx copied to clipboard

A tool and library for using structural regular expressions.

Results 2 sregx issues
Sort by recently updated
recently updated
newest added

Loving so far all the explorations you have around parsing and manipulating structured text! Thanks a lot for documenting and open-sourcing all of that. I see in the "Future Work"...

I would like to `sam` syntax that allows to insert at the beginning or the end of a sentence. I tried to use `s/$/\n/` to insert at the end of...