Nth character finder
Find the nth character of any word
e.g. the 6th character of "ability" is "t"
{{ nthCharacter}} = {{ textInput[nthCharacter - 1] }}
Successfully copied
Find the nth character of any word
e.g. the 6th character of "ability" is "t"
{{ nthCharacter}} = {{ textInput[nthCharacter - 1] }}
Successfully copied