lilypond-user
[Top][All Lists]
Advanced

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

string-split procedure


From: Freeman Gilmore
Subject: string-split procedure
Date: Tue, 2 Jun 2020 07:19:48 -0400

Example:
(string-split "root:x:0:0:root:/root:/bin/bash" #\:) ⇒ ("root" "x" "0"
"0" "root" "/root" "/bin/bash")

Now if i replace the ":"s with " "s, what do I put in the place of the ":" in:
(string-split "root x 0 0 root /root /bin/bash" #\:) ⇒ ("root" "x" "0"
"0" "root" "/root" "/bin/bash")

Thank you, ƒg



reply via email to

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