Skip to content

Resolved #106. Fixes quoted text.#125

Open
barryptak wants to merge 1 commit intoglam-lab:masterfrom
barryptak:master
Open

Resolved #106. Fixes quoted text.#125
barryptak wants to merge 1 commit intoglam-lab:masterfrom
barryptak:master

Conversation

@barryptak
Copy link
Copy Markdown

@barryptak barryptak commented Jul 27, 2020

Incorrect regex was matching any character followed by a space and a quote mark rather than just periods followed by a space and a quote mark.

This was causing an issue where text such as 'she "a"' would end up replaced by 'the."a"' as the regex was matching 'y "' from the temp string 'they "a"' and replacing it with '."'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant