Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 4, 2013, 8:53 a.m.
FORMAT:
Text only
SIZE:
802 Bytes
Raw
Download
Tweet
HITS:
84500
Go to comments
Report
// array is goes here
function startText() {
var str=document.getElementById("intxt").value;
var matchkeyword = str.charAt(str.length-1);
// code extends
var sugest = "";
for (var i = 0; i < consonants.length; i++) {
if (consonants[i].match(matchkeyword.value) != null && matchkeyword.value != "") {
sugest = sugest + "<br>" + consonants[i] + "=" + consonantsUni[i];
}
}
y = document.getElementById("sugdiv");
y.innerHTML = sugest;
}
var matchkeyword = str.charAt(str.length-1);
if(consonants[i].match(matchkeyword.value) != null && matchkeyword.value != "") {
if(consonants[i].match(matchkeyword) != null && matchkeyword != "") {
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus