Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify regex to ignore when guessing types #10

Open
matt-dray opened this issue Jul 21, 2023 · 0 comments
Open

Simplify regex to ignore when guessing types #10

matt-dray opened this issue Jul 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@matt-dray
Copy link
Owner

So ignore_regex = "[[:punct:]]|[[:space:]]" is simpler, more readable and will do a better job of capturing things like 12 (34.5%) as well as 1,234 and "12%".

@matt-dray matt-dray added the enhancement New feature or request label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant