UNPKG

string-shortcuts

Version:

This package is about string shortcuts for fast project development purpose .

11 lines 850 B
��This project provides simple utility functions in JavaScript for working with strings: isVowel(ch)  checks if a character is a vowel isConsonant(ch)  checks if a character is a consonant isPalindrome(str1, str2)  checks if the first string reversed equals the second string isAnagram(str1, str2)  checks if two strings are anagrams isPangram(str)  checks if a string contains every letter of the alphabet