string-scan[procedure] string-scan string item [return-type]
Gauche: scans the occurrence item (a substring or a character) from string.
Returns a position or a substring before/after match depends on return-type.
See also string-contains, string-index.
|