BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kre_modw - modify kre_exec's work table

LIBRARY CALL

void kre_modw(
   char *s)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

Adds new characters into the word table to change the re_exec's understanding of what a word should look like. Note that we only accept additions into the word definition.

If the string parameter is 0 or null string, the table is reset back to the default, which contains A-Z a-z 0-9 _.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

This routine only allows you to add characters to the table, or reset to the default table. It canot delete characters from the table.

MODIFICATION

Integrated into Khoros 2.0 (MY) 7/93

FILES

$BOOTSTRAP/objects/library/kutils/src/regex.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.