Link to home
Start Free TrialLog in
Avatar of DineshKumarB
DineshKumarB

asked on

Working with Strings in ASP

hi,

I am in search of a ASP code for deleting a part of a string.  The part of the string to be deleted has to be selected dynamically.

Actual requirement is with Kannada strings.  However, any string manipulation code satisfying the above criteria would be helpful
 
                                                                                                                             with regards,
                                                                                                                                              dinesh
ASKER CERTIFIED SOLUTION
Avatar of Hypostatize
Hypostatize

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aranox
Aranox

you can also use:

Mid(string, startposition, length) = replacementvalue
sorry, forgot to say that for the method i just gave you the length of the part you want to replace has to be the same as the length of replacevalue.
so only if Len(replacementvalue) = length