10.15 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).

LilyPond Contributor’s Guide v2.25.15 (development-branch).