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

[BUG] clean up quotes from strings with spaces #47

Open
DumpySquare opened this issue Dec 7, 2024 · 1 comment
Open

[BUG] clean up quotes from strings with spaces #47

DumpySquare opened this issue Dec 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DumpySquare
Copy link
Member

The regexs that are used also check for strings in quotes, which also means they capture the quotes around those strings. When those strings are added to a json object, they get a bit redundant and can cause some problems.

image

@DumpySquare DumpySquare added the bug Something isn't working label Dec 7, 2024
@DumpySquare DumpySquare self-assigned this Dec 7, 2024
@DumpySquare
Copy link
Member Author

created a new "trimQuotes" function to be used in the project. This has already been used in the options parsing function.

need to add it to other key strings, mainly object names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant