|
-
Dec 13th, 2001, 10:12 PM
#1
Thread Starter
Member
A new .replace() function for the String class
VB has the Replace method for strings where you pass it two strings, one with the text to find, and one with the text to replace it with.
Java has the same thing but it only works on a per-character basis; how can I make one that uses Strings instead?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|