Skip to content

Instantly share code, notes, and snippets.

View konsorten-michael's full-sized avatar

Michael Müller konsorten-michael

View GitHub Profile
@konsorten-michael
konsorten-michael / api-regex.js
Last active May 16, 2017 23:50
Regular expressions for api keys and more of various services and apis
/* Expressions used multiple times
************************************/
/* MD5 hash */
const REGEX_MD5_HASH = /^[a-f0-9]{32}$/i;
/* SendGrid (https://sendgrid.com/)
************************************/
@konsorten-michael
konsorten-michael / iso-639-1-regex.txt
Last active December 12, 2018 11:05
Regular expression to validate ISO-639-1 language code
/^(aa|ab|ae|af|ak|am|an|ar|as|av|ay|az|az|ba|be|bg|bh|bi|bm|bn|bo|br|bs|ca|ce|ch|co|cr|cs|cu|cv|cy|da|de|dv|dz|ee|el|en|eo|es|et|eu|fa|ff|fi|fj|fo|fr|fy|ga|gd|gl|gn|gu|gv|ha|he|hi|ho|hr|ht|hu|hy|hz|ia|id|ie|ig|ii|ik|io|is|it|iu|ja|jv|ka|kg|ki|kj|kk|kl|km|kn|ko|kr|ks|ku|kv|kw|ky|la|lb|lg|li|ln|lo|lt|lu|lv|mg|mh|mi|mk|ml|mn|mr|ms|mt|my|na|nb|nd|ne|ng|nl|nn|no|nr|nv|ny|oc|oj|om|or|os|pa|pi|pl|ps|pt|qu|rm|rn|ro|ru|rw|sa|sc|sd|se|sg|si|sk|sl|sm|sn|so|sq|sr|ss|st|su|sv|sw|ta|te|tg|th|ti|tk|tl|tn|to|tr|ts|tt|tw|ty|ug|uk|ur|uz|ve|vi|vo|wa|wo|xh|yi|yo|za|zh|zu)$/i