File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 13.12.2023, 09:02:31 companyName string 3S-Smart Software Solutions GmbH libraryFile SM3_Drive_CMZ_Common.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SM3_Drive_CMZ_Common.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 13.12.2023, 09:02:27 LibraryCategories library-category-list Intern|SoftMotion Author string CODESYS Development GmbH Company CODESYS CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace CMZ Description See: Description LanguageModelAttribute qualified-access-only Placeholder SM3_Drive_CMZ_Common Project SM3_Drive_CMZ_Common Title SM3_Drive_CMZ_Common Version version 4.16.0.0
IsPunct (FUN) ¶ FUNCTION IsPunct : BOOL Reports whether the rune is a Unicode punctuation character (category P). InOut: Scope Name Type Return IsPunct BOOL Input diRune RUNE Output eErrorID ERROR
IsSpace (FUN) ¶ FUNCTION IsSpace : BOOL Reports whether the rune is a space character as defined by Unicode’s White Space property; In the Latin-1 space this is ‘t’, ‘n’, ‘v’, ‘f’, ‘r’, ‘ ‘, U+0085 (NEL), U+00A0 (NBSP). Other definitions of spacing characters are set by category Z and property Pattern_White_Space. InOut: Scope Name Type Return IsSpace BOOL Input diRune RUNE Output eErrorID ERROR
IsSymbol (FUN) ¶ FUNCTION IsSymbol : BOOL Reports whether the rune is a symbolic character. InOut: Scope Name Type Return IsSymbol BOOL Input diRune RUNE Output eErrorID ERROR
IsTitle (FUN) ¶ FUNCTION IsTitle : BOOL Reports whether the rune is a title case letter. InOut: Scope Name Type Return IsTitle BOOL Input diRune RUNE Output eErrorID ERROR
IsUpper (FUN) ¶ FUNCTION IsUpper : BOOL Reports whether the rune is an upper case letter. InOut: Scope Name Type Return IsUpper BOOL Input diRune RUNE Output eErrorID ERROR
Mapping ¶ EqualFold (Function) ToLower (Function) ToTitle (Function) ToUpper (Function)
ToLower (FUN) ¶ FUNCTION ToLower : RUNE Maps the rune to lower case. InOut: Scope Name Type Return ToLower RUNE Input diRune RUNE Output eErrorID ERROR
EqualFold (FUN) ¶ FUNCTION EqualFold : BOOL Reports whether String1 and String2 , interpreted as UTF-8 strings, are equal under Unicode-defined simple case folding, which is a more general form of case-insensitivity. InOut: Scope Name Type Return EqualFold BOOL Input pbyString1 POINTER TO BYTE udiSize1 UDINT pbyString2 POINTER TO BYTE udiSize2 UDINT Output eErrorID ERROR
ToUpper (FUN) ¶ FUNCTION ToUpper : RUNE Maps the rune to upper case. InOut: Scope Name Type Return ToUpper RUNE Input diRune RUNE Output eErrorID ERROR