Skip to content

Conversation

BlackEdder
Copy link
Contributor

This is to fix issue #180

@msberends
Copy link
Owner

msberends commented Jan 14, 2025

Thanks a lot! I think the lines are not working, since they are starting with ^ (regex) and used fixed = TRUE (disallowing regex).

Could you please update the 2 lines of code to this:

x <- gsub("^=+", "", x)

It will remove any number of equals signs from the input.

Many thanks!

@BlackEdder
Copy link
Contributor Author

Thanks, should be fixed now.

@msberends msberends merged commit 1697ad3 into msberends:main Jan 16, 2025
13 checks passed
@msberends
Copy link
Owner

Great, thanks!

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.

2 participants