Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regular expression for variable splitting. (project-chip#37493)
* 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
- Loading branch information