Skip to content

Instantly share code, notes, and snippets.

@aruneshchandra
Last active January 29, 2018 19:20
Show Gist options
  • Save aruneshchandra/a684112558087aa4f5151bd65e5f07a6 to your computer and use it in GitHub Desktop.
Save aruneshchandra/a684112558087aa4f5151bd65e5f07a6 to your computer and use it in GitHub Desktop.
function checkInvalidHeaderChar(val) {
return !/^[\x09\x20-\x7e\x80-\xff]*$/.test(val);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment