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