You could use a loop with the mid function to extract the characters, change them, then concatenate them.
Could you be more specific with what you actually want to do?
ok, here is the problem. i can use the mid function to change each char in an array x( ). but after i change each char in the array x ( ). how do i put this array back into a string.
case: "street" must be chanted to "STREET" in some cases.
i know i can convert street into each char and subtract 32 from the ascii value. but now i have an array x ( ). how do i convert this array into a whole string?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.