zsh-workers
 help / color / mirror / code / Atom feed
  • * Re: pcre module help
           [not found]   ` <20040620173608.GA38615@quark.hightek.org>
           [not found]     ` <20040620193711.GA15629@scowler.net>
    @ 2004-06-20 22:44     ` Clint Adams
      2004-06-21  3:38       ` lists
      1 sibling, 1 reply; 4+ messages in thread
    From: Clint Adams @ 2004-06-20 22:44 UTC (permalink / raw)
      To: Vincent Stemen; +Cc: zsh-workers
    
    > The shell crashing is consistent when I try to use -pcre-match after
    > attempting to run pcre_compile.  Also, the -pcre-match method is not
    > mentioned in the zshmodules manual.
    
    
    Index: Doc/Zsh/mod_pcre.yo
    ===================================================================
    RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_pcre.yo,v
    retrieving revision 1.4
    diff -u -r1.4 mod_pcre.yo
    --- Doc/Zsh/mod_pcre.yo	16 Mar 2004 15:14:39 -0000	1.4
    +++ Doc/Zsh/mod_pcre.yo	20 Jun 2004 22:42:20 -0000
    @@ -32,3 +32,15 @@
     case it will set the array var(arr).
     )
     enditem()
    +
    +The tt(zsh/pcre) module makes available the following test condition:
    +startitem()
    +findex(pcre-match)
    +item(expr tt(-pcre-match) pcre)(
    +Matches a string against a perl-compatible regular expression.
    +
    +For example,
    +
    +[[ "$text" -pcre-match ^d+$ ]] && print text variable contains only "d's".
    +)
    +enditem()
    
    
    ^ permalink raw reply	[flat|nested] 4+ messages in thread

  • end of thread, other threads:[~2004-06-21  9:29 UTC | newest]
    
    Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <D289C58E-C2AF-11D8-8B47-000A95D2C79E@kalama.no-ip.org>
         [not found] ` <20040620144844.GA24131@scowler.net>
         [not found]   ` <20040620173608.GA38615@quark.hightek.org>
         [not found]     ` <20040620193711.GA15629@scowler.net>
         [not found]       ` <20040620212037.GA39276@quark.hightek.org>
    2004-06-20 21:30         ` pcre module help Clint Adams
    2004-06-21  9:28           ` Peter Stephenson
    2004-06-20 22:44     ` Clint Adams
    2004-06-21  3:38       ` lists
    

    Code repositories for project(s) associated with this public inbox
    
    	https://git.vuxu.org/mirror/zsh/
    
    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).