Skip to content

convertsToQuantity

Category: Conversion

Returns true if the input can be converted to a quantity

  • Return type: Boolean
'10 kg'.convertsToQuantity()
'123'.convertsToQuantity()
'abc'.convertsToQuantity()