Support - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


StringTools

  

Support

  

compute the characters present in a string

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Support( s )

Parameters

s

-

Maple string

Description

• 

The Support(s) command computes the characters present in the input string s, and returns a string consisting of these characters, each occurring once, in byte value order.

• 

All of the StringTools package commands treat strings as (null-terminated) sequences of 8-bit (ASCII) characters.  Thus, there is no support for multibyte character encodings, such as unicode encodings.

Examples

withStringTools:

Supportbacbaed

abcde

(1)

SupportRandom100000,lower

abcdefghijklmnopqrstuvwxyz

(2)

SupportRandom100000,dna

ACGT

(3)

See Also

string

StringTools

StringTools[CharacterFrequencies]

 


Download Help Document