From: Bazsl Date: 2007-10-12T08:15:48+09:00 Subject: How to delete specific characters from a string? Is there really no method that allows me to delete N characters starting at position P from a string? I have looked (carefully I hope) through the String methods and did not see a way to do this. Thanks.