79570668

Date: 2025-04-12 16:10:00
Score: 1
Natty:
Report link
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:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tollyab Musafeer