zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: [[ 'abcde' =~ (#i)Bcd ]]
Date: Mon, 7 Nov 2022 18:05:23 -0800	[thread overview]
Message-ID: <29b06e8a-e58a-91c6-985d-64020727d603@eastlink.ca> (raw)
In-Reply-To: <15a3af0a-87ad-49f8-ab9f-baa240e205f6@app.fastmail.com>


On 2022-11-07 13:50, Lawrence Velázquez wrote:
> I concur with Roman. I doubt you actually need case-insensitive
> regex.
>
I'm happy with what I've got working at the moment tho you guys would 
probably improve it.  Pardon my personal jargon but:

local vvar=$( basename $cc[$aa] 2> /dev/null )

if   [[ "$scope_msg" = 'BROAD' && $vvar = (#i)*$filter* ]]; then
elif [[ "$scope_msg" = 'Case INsensitive TAME' && $vvar:u = $filter:u 
]]; then
elif [[ "$scope_msg" = 'Case Sensitive WILD' && $vvar =~ $filter ]]; then
elif [[ "$scope_msg" = 'EXACT' && $vvar = $filter ]]; then
else cc[$aa]=
fi

... the function let's me search for directories with automatic 
wildcards and/or case sensitivity  or both or neither.  The four 
combinations seem well handled above.  The construction is still clumsy, 
I'll fix it shortly.




  reply	other threads:[~2022-11-08  2:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 21:10 Ray Andrews
2022-11-07 21:26 ` Roman Perepelitsa
2022-11-07 21:47   ` Ray Andrews
2022-11-07 22:15     ` Lawrence Velázquez
2022-11-08  1:57       ` Ray Andrews
2022-11-07 21:50   ` Lawrence Velázquez
2022-11-08  2:05     ` Ray Andrews [this message]
2022-11-08  8:19       ` Roman Perepelitsa
2022-11-08 13:32         ` Ray Andrews
2022-11-08 14:37           ` Roman Perepelitsa
2022-11-08 14:30             ` Ray Andrews
2022-11-08 17:40 ` Phil Pennock
2022-11-08 18:43   ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29b06e8a-e58a-91c6-985d-64020727d603@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).