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

Online Help

All Products    Maple    MapleSim


The Case Insensitive Indexing Function

 

Calling Sequence

Description

Examples

Calling Sequence

table(case_insensitive, ...)

Description

• 

The case_insensitive indexing function is used to create a table for which any object can be stored in an array or a table that uses the case_insensitive indexing function, but indexing into the table ignores the case of the letters in any symbols or strings in the indices.

• 

Internally, indices that are strings or symbols are canonicalized to an all lowercase version via StringTools:-LowerCase. Indices that are not strings or symbols are first converted to strings, and then transformed to all lowercase.

Examples

Ttablecase_insensitive,a=1,b=2

Ttablecase_insensitive,a=1,b=2

(1)

Ta

1

(2)

TA

1

(3)

TA

TA

(4)

TA+b3

TA+b3

(5)

TA+B

3

(6)

See Also

Array

indexfcn

rtable_indexfcn