Harbour Reference Guide

 

ISLOWER()

Checks if leftmost character is an lowercased letter.

Syntax

ISLOWER(<cString>) --> lLower

Arguments

<cString> Any character string

Returns

lLower Logical true (.T.) or false (.F.).

Description

This function takes the caracter string <cString> and checks to see if the leftmost character is a lowercased letter.If so, the function will return a logical true (.T.);otherwise, it will return a logical false (.F.).
Examples
      QOUT( "islower( 'Abcde' ) = ", islower( 'Abcde' ) )
      QOUT( "islower( 'abcde' ) = ", islower( 'abcde' ) )
Status

Ready

Compliance

This function is CA-Clipper compliant

Platforms

All

Files

Library is rtl

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30