mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* lib/regex-quote.h: New file. * lib/regex-quote.c: New file. * modules/regex-quote: New file. Suggested by Reuben Thomas <rrt@sc3d.org>.
25 lines
263 B
Plaintext
25 lines
263 B
Plaintext
Description:
|
|
Construct a regular expression from a literal string.
|
|
|
|
Files:
|
|
lib/regex-quote.h
|
|
lib/regex-quote.c
|
|
|
|
Depends-on:
|
|
xalloc
|
|
mbuiter
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += regex-quote.c
|
|
|
|
Include:
|
|
"regex-quote.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|