-
Notifications
You must be signed in to change notification settings - Fork 88
string insert at
Jonathan Chan edited this page Jun 12, 2018
·
1 revision
string-insert-at inserts the string s
into the string str
at index i
.
Parameter | Description |
---|---|
str | String to be inserted into (note that this does not mutate str itself, but rather creates a new string). |
s | String to insert. |
i | Index at which to insert s into str . Note that 0 <= i <= (string-length str) must be true or an exception will be thrown. |
Example 1: Insert a space into a string.
> (string-insert-at "LoremIpsum" " " 5)
"Lorem Ipsum"
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip