.env
.env File Parser
Parse, validate, and convert .env files. Supports quoted values, comments, export prefix, and backslash continuation.
0
Variables
0
Comments
0
Empty lines
📄Paste a .env file or click Sample to get started
Formats
Supports KEY=value, quoted values (single/double), export prefix, and backslash continuation.
Type inference
Auto-detects boolean, number, URL (http/postgres/mysql/mongodb), path, and string types.
Privacy
Sensitive keys (SECRET, KEY, TOKEN, PASSWORD, PASS, PWD, API) are masked by default.