How do I replace part of a string?
Ex.
%%UFLAT
I want remove %%U
|
How do I replace part of a string?
Ex.
%%UFLAT
I want remove %%U
Hi,
Look at the vl-string_* functions
Code:(vl-string-subst "" "%%U" "%LAT")
Thanks Gile!
I really need to the learn the VL-* commands, they are very productive.