| Reply | « Previous Thread | Next Thread » |
|
Hello
I have a string as following Code:
string1=u"HHello how are you?" All I want to do is get another string i.e string2 as Code:
string2="Hello how are you?" Can any body provide a solution? Rich |
| richie.rich |
| View Public Profile |
| Find all posts by richie.rich |
|
Use the slice operator:
string2 = string1[1:] |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Strange problem with resource strings | bjorn.rudolfsson | Symbian User Interface | 2 | 2008-04-10 21:49 |
| Saving space with a lot of strings? | Haktivex | General Symbian C++ | 5 | 2007-02-07 09:42 |
| Strings and Files | maniac_2k | General Symbian C++ | 6 | 2006-11-28 17:01 |
| C++ enumerations for strings | advocatee | General Symbian C++ | 0 | 2003-11-15 11:11 |
| Adding more than two strings in a single listbox item | prbhat | Symbian User Interface | 2 | 2003-07-08 15:20 |