mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
untabify (ice-9 regex)
* module/ice-9/regex.scm: Untabify.
This commit is contained in:
parent
ab6becd47f
commit
bd6fed8e23
1 changed files with 81 additions and 81 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;;; Copyright (C) 1997, 1999, 2001, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
|
;;;; Copyright (C) 1997, 1999, 2001, 2004, 2005, 2006, 2008, 2010 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This library is free software; you can redistribute it and/or
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; modify it under the terms of the GNU Lesser General Public
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
;;;; POSIX regex support functions.
|
;;;; POSIX regex support functions.
|
||||||
|
|
||||||
(define-module (ice-9 regex)
|
(define-module (ice-9 regex)
|
||||||
:export (match:count match:string match:prefix match:suffix
|
#:export (match:count match:string match:prefix match:suffix
|
||||||
regexp-match? regexp-quote match:start match:end match:substring
|
regexp-match? regexp-quote match:start match:end match:substring
|
||||||
string-match regexp-substitute fold-matches list-matches
|
string-match regexp-substitute fold-matches list-matches
|
||||||
regexp-substitute/global))
|
regexp-substitute/global))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue