Sujet : Re: "sed" question
De : toylet.toylet (at) *nospam* gmail.com (Mr. Man-wai Chang)
Groupes : comp.lang.awkDate : 08. Mar 2024, 16:59:42
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <usfcle$1pd84$2@toylet.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
On 8/3/2024 11:12 pm, Grant Taylor wrote:
I usually think of regular expressions when I'm doing a sub(/re/, ...)
type thing or a (... ~ /re/) type conditional. More specifically things
between the // in both of those statements are the REs.
Maybe I have an imprecise understanding / definition.
Do Linux and Unix have a ONE AND ONLY ONE STANDARD regex library?
It seemed that tools and programming languages have their own implementions, let alone different versions among them.