StringTools[IsSubSequence] - test whether a string is a subsequence of another string
|
Calling Sequence
|
|
IsSubSequence( s, t )
|
|
Description
|
|
•
|
The IsSubSequence(s,t) command returns the value true if s is a subsequence of t and the value false otherwise.
|
•
|
If s is the empty string, the command returns true.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?