bug-make
[Top][All Lists]
Advanced

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

subst: Mention how to deal with a FROM that has commas in it


From: Dan Jacobson
Subject: subst: Mention how to deal with a FROM that has commas in it
Date: Sat, 18 Mar 2023 16:41:52 +0800

(info "(make) Text Functions") says

'$(subst FROM,TO,TEXT)'
     Performs a textual replacement on the text TEXT: each occurrence of
     FROM is replaced by TO.  The result is substituted for the function
     call.  For example,

          $(subst ee,EE,feet on the street)

     produces the value 'fEEt on the strEEt'.

OK, but also do mention how to deal with a FROM that has commas in it.

Or mention that there is no way to deal with it.



reply via email to

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