|
||||||||||
RLWD Web Services |
ASP Replace Function |
|||||||||
| ASP Functions lCase uCase isDate isNumeric Left, Mid, Right Len (Length) Replace Trim Response.Redirect Response.Write Month, Day, Year Date, Time, Now Hour, Minute, Second MonthName Weekday WeekdayName |
Sponsored Links The ASP Replace() function is used to replace sub-strings found within a string. Replace Function Arguments String to be searched Sub-string to be searched for String that will replace the sub-string ASP Coding for Replace Function <% sTxtString = "How is John?" sTxtString = Replace(sTxtString,"John","Tammy") Response.Write sTxtString %> Result How is Tammy? |
Web Programming asp 301 redirect asp characters chr() asp functions html tags javascripts metric conversion unix commands |
||||||||
ReaLife WebDesigns / 310.371.3275 |
||||||||||