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

How to parse string with only numbers #18

Closed
MickL opened this issue Apr 21, 2020 · 3 comments
Closed

How to parse string with only numbers #18

MickL opened this issue Apr 21, 2020 · 3 comments

Comments

@MickL
Copy link

MickL commented Apr 21, 2020

If my .env has a variable that should be a string, but consists only of digits:

AWS_ACCESS_KEY_ID="123"

It will get parsed to number. How may I precent this? Are the quotation marks ignored?

@niftylettuce
Copy link
Collaborator

PR welcome!

@niftylettuce
Copy link
Collaborator

@MickL All you have to do is affix it with an asterisk. Please see the README before opening issues. Thanks.

@niftylettuce
Copy link
Collaborator

@MickL If there's an edge case you need help with specifically just pass it along - thank you and hope this helps!

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

No branches or pull requests

2 participants