zsh-users
 help / color / mirror / code / Atom feed
* Why no $match for parens inside a ~^ ?
@ 2023-01-25 14:50 Sebastian Gniazdowski
  2023-01-25 14:52 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Gniazdowski @ 2023-01-25 14:50 UTC (permalink / raw)
  To: Zsh Users

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Hi,
I'm matching a pattern:
[[ "zparseopts -F" == *(zparseopts)*~^*(-F)* ]]
printf →%s\\n $? "$match[@]"

with output:
→0
→zparseopts
→

I would want \3 to contain -F… because, I would once want to use (-F|)
there, and be able to test if the option is given… Is it possible?

~^ is a double negation that makes the pattern work like "if-contains
zparseopts AND -F"


-- 
Best regards,
Sebastian Gniazdowski

[-- Attachment #2: Type: text/html, Size: 1448 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-26 14:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 14:50 Why no $match for parens inside a ~^ ? Sebastian Gniazdowski
2023-01-25 14:52 ` Sebastian Gniazdowski
2023-01-25 16:31   ` Sebastian Gniazdowski
2023-01-25 22:05   ` Bart Schaefer
2023-01-26 14:45     ` Sebastian Gniazdowski

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).