Replies: 3 comments 4 replies
-
July 7th MeetingAgenda
DiscussionShould we transform regex?I want to assume input templates are already "normalized".
|
Beta Was this translation helpful? Give feedback.
-
@m1kit A couple of follow-ups on the meeting. I did some research on the Python regex and found a couple open source implementations using sre_dump.py (Released into the public domain) "pretty-prints" the regular expression. You may be able to take a similar approach, even borrow some of the code with attribution, and transform the regular expression. Some of this may be easy (changing literal spaces in to back ticks) while other transformations may be more challenging (handling character classes that may contain spaces or the I also found a project sre_yield which may not be as applicable but has a lot of sre parsing code which can provide some examples. |
Beta Was this translation helpful? Give feedback.
-
@m1kit @anshuldutt21 it turns out 28th for our next meeting probably won't work for me - I'll likely still be in an area with limited phone reception. I created a doodle survey for some alternative times after I'm back from my travels: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'll take the minutes here.
Beta Was this translation helpful? Give feedback.
All reactions