| X | |
| xchg | |
| xchgs | |
| xfm, GtkBookmarks | |
| Xinetd | |
| Xorg | |
| Xymon_Alerting |
Replace a pattern with a different label in the tree, thus emulating a key but allowing to replace the keyword with a different value than matched
let xchg (m:regexp) (d:string) (l:string) = del m d . label l
let xchg = [ Build.xchg Rx.space " " "space" ]
Same as xchg, but the pattern is the default string
let xchgs (m:string) (l:string) = xchg m m l
let xchgs = [ Build.xchgs " " "space" ]
let xfm = transform lns (incl (Sys.getenv("HOME") . "/.gtk-bookmarks"))