You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix regular expression for variable splitting.
Previous code tried to escape every character, however python
linters complained about illegal escapes. The expression also
seemed a bit complex, so a character set seems clearer.
* Add brackets to force separator to also exist in the split
0 commit comments