StringTools[Insert] - insert a string into another
|
Calling Sequence
|
|
Insert( s, position, t )
|
|
Parameters
|
|
s
|
-
|
string; Maple string
|
t
|
-
|
string; Maple string
|
position
|
-
|
non-negative integer; position in s at which to insert t
|
|
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?