← go back
let text = this.repost.content.inner_text()
return text[0].upper() + text[1..].lower().replace_all('i', "I") + '.'

is based

Feb 12, 2024, 3:38 PM
2 0 0

Comments