UNPKG

bootbot

Version:

Facebook Messenger Bot Framework

10 lines (8 loc) 148 B
'use strict'; /** * @param {String} str * @returns {String} */ module.exports = (str) => ( str.replace(/[^a-zA-Z0-9]+/g, '').toUpperCase() );