Re: [Mysql-cocoa-users] find replace strings
Brought to you by:
sergecohen
From: Aaron J. <aj...@ed...> - 2004-08-06 14:07:16
|
What do you mean by 'invoke a character'? The word 'invoke' is usually used for calling functions or methods; it doesn't really make sense to invoke a character. On Aug 6, 2004, at 9:03 AM, Patel, Nilesh M wrote: > I have a string going into mysql database and I need away to invoke a > specific character for example a plus sign (+) everytime a user enters > a + character. Having even number of (+) would not crash my app. Does > anyone know a method that I can implement that will allow me to invoke > an extra charcter (+) everytime it is entered. > Assumption: (+) is not alwasy entered. > > Thanks. |