IsDigit (FUN) ¶ FUNCTION IsDigit : BOOL Reports whether the rune is a decimal digit. InOut: Scope Name Type Return IsDigit BOOL Input diRune RUNE Output eErrorID ERROR
IsLetter (FUN) ¶ FUNCTION IsLetter : BOOL Reports whether the rune is a letter (category L). InOut: Scope Name Type Return IsLetter BOOL Input diRune RUNE Output eErrorID ERROR
IsGraphic (FUN) ¶ FUNCTION IsGraphic : BOOL Reports whether the rune is defined as a Graphic by Unicode. Such characters include letters, marks, numbers, punctuation, symbols, and spaces, from categories L, M, N, P, S, Zs. InOut: Scope Name Type Return IsGraphic BOOL Input diRune RUNE Output eErrorID ERROR
IsLower (FUN) ¶ FUNCTION IsLower : BOOL Reports whether the rune is a lower case letter. InOut: Scope Name Type Return IsLower BOOL Input diRune RUNE Output eErrorID ERROR
IsMark (FUN) ¶ FUNCTION IsMark : BOOL Reports whether the rune is a mark character (category M). InOut: Scope Name Type Return IsMark BOOL Input diRune RUNE Output eErrorID ERROR
IsNumber (FUN) ¶ FUNCTION IsNumber : BOOL Reports whether the rune is a number (category N). InOut: Scope Name Type Return IsNumber BOOL Input diRune RUNE Output eErrorID ERROR
IsPrint (FUN) ¶ FUNCTION IsPrint : BOOL Reports whether the rune is defined as printable. Such characters include letters, marks, numbers, punctuation, symbols, and the ASCII space character, from categories L, M, N, P, S and the ASCII space character. This categorization is the same as IsGraphic except that the only spacing character is ASCII space, U+0020. InOut: Scope Name Type Return IsPrint BOOL Input diRune RUNE Output eErrorID ERROR
Unicode Utilities Library Documentation ¶ Company CODESYS Title Unicode Utilities Version 4.0.0.0 Categories Intern|Strings Namespace UCU Author CODESYS Development GmbH Placeholder UnicodeUtils Description 1 ¶ Provides types to implement some properties of Unicode code points. Please use the Unicode Support Library so that you can make use of the types from this library. Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) UnicodeUtils Aliases Globals Indices and tables ¶ 1 Based on Unicode Utilities.library, last modified 21.06.2023, 11:10:06. LibDoc 4.4.0.0-b.27 The content file Unicode Utilities.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:10:07.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION