| [ << Programming work ] | [Top][Contents] | [ Release work >> ] |
| [ < LilyPond scoping ] | [ Up: Programming work ] | [ Scheme->C interface > ] |
10.16 Regular expressions
Never use Guile’s native regular expressions in LilyPond.
They are a source of portability problems, especially in relation
with Unicode. Instead, use LilyPond’s own regular expression
interface, which is made of all ly:regex-… functions
(see the Internals Reference).
| [ << Programming work ] | [Top][Contents] | [ Release work >> ] |
| [ < LilyPond scoping ] | [ Up: Programming work ] | [ Scheme->C interface > ] |