SIMPOL Documentation

iswhitespace()

Description

This function evaluates the first character of the string passed and returns .true or .false depending on whether the character is one of either space, tab, carriage return, or linefeed.

Prototype

iswhitespace ( string s )

Parameters

ParameterDefault valueType nameDescription
sNonestring