bug-gawk
[Top][All Lists]
Advanced

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

Regex replacement but excluding certain strings


From: Peng Yu
Subject: Regex replacement but excluding certain strings
Date: Mon, 11 May 2020 06:01:59 -0500

I want to replace matches of a regex (but excludes some fixed strings) with
some target string. Is it possible to do with an awk replace function like
gsub? Or I need to manually take care of the exclusion? Thanks.
-- 
Regards,
Peng


reply via email to

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