SimpleRegex / SRL-PHP

Simple Regex Language

Home Page:https://simple-regex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No word boundary anchors in SRL

tfer opened this issue · comments

commented

I'm giving a talk on regular expressions at the PyOhio Conference this year. A lot of the talk will be in a Juypter Notebook using the Python implementation of SRL. I'm going over the documentation on the web site and only see provisions begin/end (of string) anchors. Is there none for begin/end of words, Words?

Tom Fetherston

Hi Tom,

thanks for the question - I'm afraid this feature isn't currently available for SRL, although it would be great to have it!

Regards

Karim