Matches a shebang line (e.g., #!/usr/bin/env node) in a string. Useful for stripping or identifying shebangs from executable JavaScript files or scripts. This regex provides a simple and efficient way to isolate the shebang for processing, allowing you to determine the interpreter or environment required to execute the script. Easily embed this in your Node.js tools or build process.