nonemptystring - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/string

check for an object of type string

type/nonemptystring

check for a non-empty string

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(x, string)

type(x, nonemptystring)

Parameters

x

-

any expression

Description

• 

The call type(x, string) checks to see if x is of type string. It returns true if x is of type string, and false otherwise.

• 

The call type(x, nonemptystring) checks to see if x is of type string and x<>"".

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

See Also

Formats/ByType/string

string

type

type/atomic

type/indexable

type/literal

type/name

 


Download Help Document