Package "string"
- Version:
- v1.0.2
- Released:
- 2085 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Operations on strings.
- Keywords:
- snow
- Package form:
(package* string/v1.0.2 (provide: (define (snow-call-with-input-string str proc)) (define (snow-call-with-output-string proc)) (define (snow-string->object str)) (define (snow-object->string obj)) (define (snow-string->object-list str)) (define (snow-object-list->string lst)) (define (snow-substring-move! src src-start src-end dst dst-start)) (define (snow-apply-string-append lst)) (define (snow-remove-string-prefix str prefix)) (define (snow-remove-string-suffix str suffix)) (define (snow-string-index-from str char i)) (define (snow-string-index str char)) (define (snow-string-split str char))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Operations on strings.") (keywords: snow) (license: lgpl/v2.1))
- Version:
- v1.0.1
- Released:
- 2236 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Operations on strings.
- Keywords:
- snow
- Package form:
(package* string/v1.0.1 (provide: (define (snow-call-with-input-string str proc)) (define (snow-call-with-output-string proc)) (define (snow-string->object str)) (define (snow-object->string obj)) (define (snow-string->object-list str)) (define (snow-object-list->string lst)) (define (snow-substring-move! src src-start src-end dst dst-start)) (define (snow-apply-string-append lst)) (define (snow-remove-string-prefix str prefix)) (define (snow-remove-string-suffix str suffix)) (define (snow-string-index-from str char i)) (define (snow-string-index str char)) (define (snow-string-split str char))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Operations on strings.") (keywords: snow) (license: lgpl/v2.1))
- Version:
- v1.0.0
- Released:
- 2271 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Operations on strings.
- Keywords:
- snow
- Package form:
(package* string/v1.0.0 (provide: (define* (snow-call-with-input-string str proc)) (define* (snow-call-with-output-string proc)) (define* (snow-string->object str)) (define* (snow-object->string obj)) (define* (snow-string->object-list str)) (define* (snow-object-list->string lst)) (define* (snow-substring-move! src src-start src-end dst dst-start)) (define* (snow-apply-string-append lst)) (define* (snow-remove-string-prefix str prefix)) (define* (snow-remove-string-suffix str suffix)) (define* (snow-string-index-from str char i)) (define* (snow-string-index str char)) (define* (snow-string-split str char))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Operations on strings.") (keywords: snow) (license: lgpl/v2.1))