XML Script logo
Example of is_whitespace
Code
A string containing only whitespace: # is_whitespace('  	') #
A string containing some whitespace: # is_whitespace('Space Here') #
Output
A string containing only whitespace: 1
A string containing some whitespace: 0
Ref

x.7204

XML Script homepage | Documentation home | XML Script docs | Command list | Function list | X-Tract docs

X-Stream, X-Tract and XML Script are trade marks of DecisionSoft Limited
© Copyright 1998-2000 DecisionSoft Limited