navis-org / pymaid

Python library to interface with CATMAID servers. Fully interoperable with navis.
https://pymaid.readthedocs.io/en/latest/
GNU General Public License v3.0
23 stars 11 forks source link

Using regex for exact matches misbehaves for special characters #220

Closed clbarnes closed 1 year ago

clbarnes commented 1 year ago

We have a bunch of annotations which start with *, which means if it's written into a regex like this https://github.com/navis-org/pymaid/blob/master/pymaid/fetch.py#L1954 it gets upset.