1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-15 17:50:48 +00:00
org-babel/nix/matchOrgHeadline.nix
2021-12-03 22:44:34 +09:00

4 lines
122 B
Nix

headlineText: s:
builtins.match
"\\*+[[:space:]]+${headlineText}([[:space:]]+:[^[:space:]]+:)?[[:space:]]*"
s != null