| Allegro CL version 7.0 This page is new in 7.0. | |||||||||
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 actual home package of this symbol is the regexp package. It is also exported from (and documented with) the excl package.
See The new regexp2 module in regexp.htm for fuether information on this function and the regexp2 module.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. | |||||||||