| View previous topic :: View next topic |
| Author |
Message |
autos06
Joined: 13 May 2006 Posts: 123 Location: New York
|
How do i replace all character 'ы' with 'u' in a String?
Str.replace('ы', 'u');
Does nothing.. |
| |
|
|
|
|
WarChild
Joined: 24 Feb 2006 Posts: 46
|
| Show us the code of the failing test. |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
Does nothingпјџ
Paste your code |
| |
|
|
Klimapol
Joined: 27 May 2006 Posts: 134
|
| autos, you cannot change a String. |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
| Str = str.replace |
| |
|
|
plantino
Joined: 13 May 2006 Posts: 96
|
| Doesn't 'replace()" return a new string? |
| |
|
|
autos06
Joined: 13 May 2006 Posts: 123 Location: New York
|
| Ah.. |
| |
|
|
Mupolan
Joined: 30 May 2006 Posts: 101
|
| String s = myString.replaceAll('ы', 'u'); |
| |
|
|
autos06
Joined: 13 May 2006 Posts: 123 Location: New York
|
I dont understand this:
Java.io.IOException: Server returned HTTP response code: 400 for URL: http://blablabla/
The url looks fine to me:s |
| |
|
|
optomeb
Joined: 19 May 2006 Posts: 113
|
| Maybe the space characters need to be escaped |
| |
|
|
| Page 1 of 4 |
Goto page 1, 2, 3, 4 Next |
|