add the text to the string and include a limit based on the length of the original string
so if(position<=len(orginal_string), do this, do nothing)
or if(position<=len(orginal_string),true, false)
or if(position<=len(orginal_string),1, 0)
a positive number is true, a number<=0 is false