Skip to content

BloggerNepal/is-this-a-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is this a word?

to check if a sequence of char is a word.

Use

First reference this script, using this line.

<script src="https://isthisaword.bloggernepal.com/words.js"></script>

file size: 4.6 MB

Then call isThisAWord(word), to check

 let response = isThisAWord("Time");
 if(response){
     //is word
 } else {
     //is not a word
 }

Links

words Data From

About

A js file to check if a sequence of char is a word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published