|
-
Aug 18th, 2001, 07:25 PM
#1
Thread Starter
Lively Member
substring replace
i need to use a method with similar functionality to PHP's substr_replace.
example:
example=substr_replace("this is a test","joke",10,4);
example contains "this is a joke";
example2:
example2=substr_replace("this is a test","joke",10,0);
example2 contains "this is a joketest";
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
|