help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding a regex to a pattern


From: goncholden
Subject: Adding a regex to a pattern
Date: Mon, 27 Feb 2023 22:41:35 +0000

https://askubuntu.com/posts/1457030/timeline
I have this regex that allows a space followed by visible characters

[[:space:]][[:graph:]]+$

How can I construct the possibilities of having either some pattern ptrn or the 
same pattern ptrn followed by the additional one above?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]