79570723

Date: 2025-04-12 16:52:12
Score: 3
Natty:
Report link

example with js enter image description here


For example use js input value with oninput

let str = phrase.value.split(``)
for (let index = 0; index < str.length; index++) {
    // Add any way arabic diacretic sumbul fatha for example
    str[index] = str[index] + `ŮŽ`;
    
}

let str2 = str.join(``)

str2 for SQL query, I use this
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tollyab Musafeer