| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version | |||||||||
Arguments: regexp string &key count (start 0) end case-fold single-line multiple-lines ignore-whitespace
This function scans string for a delimiter given by regexp and returns a list of substrings. If count is given, then split into no more than count substrings, in which case the last substring will contain the rest of the string.
regexp should match a non-zero length string, or an error is signaled.
the symbol naming this operator is also exported from the regexp package.
See The new regexp2 module in regexp.htm for further information on this function and the regexp2 module.
Copyright (c) 1998-2007, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2007.7.19.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version | |||||||||