ASP/VBScript LCase() Returns a string or character converted to lowercase.
ShotDev Focus:
- Using Asp and LCase() function.
Example
asp_lcase.asp
<% Option Explicit %> <html> <head> <title>ShotDev.Com Tutorial</title> </head> <body> <% Response.write LCase("www.ShotDev.Com") %> </body> </html>
Create a asp file and save to path root-path/myasp/
Run
http://localhost/myasp/asp_lcase.asp
Screenshot