Close
Close window
case_insensitive - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

The Case Insensitive Indexing Function

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,b=2,a=1

(1)
>

Ta

1

(2)
>

TA

1

(3)
>

TA

TA

(4)
>

TA+b3

TA+b3

(5)
>

TA+B

3

(6)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /