Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
🍰 Regexp & test - is there shorter? solution in Clear category for All Upper I by zborde
var isAllUpper = (t: string): boolean => !/[a-z]/.test( t );
April 26, 2020
Comments: