Skip to content

Fix dead ignore.case parameter in replace_contraction()#72

Open
dustinstoltz wants to merge 1 commit into
trinker:masterfrom
dustinstoltz:fix-replace-contraction-ignore-case
Open

Fix dead ignore.case parameter in replace_contraction()#72
dustinstoltz wants to merge 1 commit into
trinker:masterfrom
dustinstoltz:fix-replace-contraction-ignore-case

Conversation

@dustinstoltz

Copy link
Copy Markdown

The ignore.case parameter was accepted but not used — the function always passed ignore.case=TRUE to mgsub(). Now passes the user-provided value through, making the parameter functional.

Backwards compatible: default is still ignore.case=TRUE.

The ignore.case parameter was accepted but not used — the function
always passed ignore.case=TRUE to mgsub(). Now passes the user-provided
value through, making the parameter functional.

Backwards compatible: default is still ignore.case=TRUE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant