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

Add an entry in is module for Posix environment variables #186

Open
acabarbaye opened this issue Sep 4, 2023 · 0 comments
Open

Add an entry in is module for Posix environment variables #186

acabarbaye opened this issue Sep 4, 2023 · 0 comments

Comments

@acabarbaye
Copy link

acabarbaye commented Sep 4, 2023

The POSIX standards on shells section of IEEE Std 1003.1-2008 / IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard doesn't define the lexical convention for variable names, nonetheless, as described here, we could make sure the value comply with regex ^[a-zA-Z_][a-zA-Z0-9_]*$ in order to cover most usecases.

Having it in is would help validating environment variables

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

1 participant