Package split-sequence

Splits a sequence into a list of subsequences delimited by objects satisfying the a test. split-sequence is a member of the Common Lisp Utilities family of programs, designed by community consensus.

About This Package

Overview
Functions

Overview

Author

This code was based on Arthur Lemmens' in http://groups.google.com/groups

Version

This documentation is for version 1.1.

Homepage

http://cliki.net/split-sequence

Download and Source Code

http://github.com/sharplispers/split-sequence

Functions

Return a list of subsequences in sequence delimited by delimiter. ...

Return a list of subsequences in sequence delimited by items satisfying predicate. ...

Return a list of subsequences in sequence delimited by items satisfying (complement predicate). ...

Exported Symbol Index

split-sequence, Function
split-sequence-if, Function
split-sequence-if-not, Function