This seems to be an easy one, but I really can't find an answer. I found how to convert a single ascii char
to String
, but how can I convert a string that already contains ascii char to a normal string? For example, the string is 5 + 2 = 7
where +
is +
and =
is =
. The expected outcome would be 5 + 2 = 7
. How can that be done in objective c?
Asked
Active
Viewed 30 times
1

user1865027
- 3,505
- 6
- 33
- 71