Lasso Soft Inc. > Home

[ string->isxdigit ]

Method

[string->isxdigit] checks whether a specified character within the string is a hexadecimal digit. Accepts an optional integer parameter for the position of the character in the string to check, defaulting to the first character if omitted. The method returns True if the character is a hexadecimal digit or False otherwise.

  • Syntax
'String Object'->isxdigit
'String Object'->isxdigit(Integer)
Examples
  • Beginner

To check whether a character is a hexadecimal digit:

Use the [string->isxdigit] method. The following example checks the third character in the string and returns True.

Code

'The quick white rhino'->isxdigit(3)

Result

true

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft