help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

IsEmptyStr

Check whether a string is empty, disregaring whitespace characters

Declaration

Source position: strutils.pp line 130

function IsEmptyStr(

  const S: String;

  const EmptyChars: TSysCharSet

):Boolean;

Arguments

S

  

String to check

EmptyChars

  

Characters to consider as whitespace

Function result

True if the string consists solely of empty characters.

Description

IsEmptyStr returns True if the string S only contains characters whitespace characters, all characters in EmptyChars are considered whitespace characters. If a character not present in EmptyChars is found in S, False is returned.

Errors

None.

See also

IsWild

  

Check whether a string matches a wildcard search expression.

FindPart

  

Search for a substring in a string, using wildcards.

IsWordPresent

  

Check for the presence of a word in a string.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505