Ignore:
Timestamp:
Feb 18, 2009, 7:11:26 PM (16 years ago)
Author:
katerina
Message:

Consolidate filtering code (ticket #142) and match on regular expressions (ticket #143).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_string.h

    r185 r215  
    8080char ** split_array_ws(char *line, unsigned int * nfields, size_t * lengths);
    8181
     82/* Same as above, but split on [space, tab, comma]
     83 */
     84char ** split_array_list(char *line, unsigned int * nfields, size_t * lengths);
     85
    8286/* Replaces fields in s with 'replacement'. Fields are given
    8387 * in the ordered array ovector, comprising ovecnum pairs
Note: See TracChangeset for help on using the changeset viewer.