W3Schools.com

VBScript UCase Function


VBScript Reference Complete VBScript Reference

The UCase function converts a specified string to uppercase.

Tip: Also look at the LCase function.

Syntax

UCase(string)

Parameter Description
string Required. The string to be converted to uppercase

Examples

Example 1

<script type="text/vbscript">

txt="This is a beautiful day!"
document.write(UCase(txt))

</script>

The output of the code above will be:

THIS IS A BEAUTIFUL DAY!

Try it yourself »

Example 2

<script type="text/vbscript">

txt="This is a BEAUTIFUL day!"
document.write(UCase(txt))

</script>

The output of the code above will be:

THIS IS A BEAUTIFUL DAY!

Try it yourself »

VBScript Reference Complete VBScript Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE