VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Checks if all letters in a string are uppercase.

by VB-Kung-Fu (19 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 9th October 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Checks if all letters in a string are uppercase.

Rate Checks if all letters in a string are uppercase.



If str = "" Then Exit Function
IsUpperCase = (UCase(str) = str)
End Function

Download this snippet    Add to My Saved Code

Checks if all letters in a string are uppercase. Comments

No comments have been posted about Checks if all letters in a string are uppercase.. Why not be the first to post a comment about Checks if all letters in a string are uppercase..

Post your comment

Subject:
Message:
0/1000 characters