The unl regex excludes the ")" character: unl_regex = re.compile(r"""\bunl:[^`'")]+""")
Why is that? It would not be unusual to have a node whose headline includes one. For instance: *regex (test2)*. Currently a node whose headline includes the character cannot be found by Leo's unl: handler. I would like to remove this restriction unless there is a good reason for it. (The regex is in leoGlobals.py). -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/f8b64ebf-9c06-44aa-90df-bcd02bd94407n%40googlegroups.com.
