Tyler Grinn <[email protected]> writes: > > Could you provide an example of what the value of that variable would be > if, for instance, I wanted PROP_A and PROP_B to be joined with a single > space and PROP_C and PROP_D to be concatenated? Or better yet, have the > default be to join with a single space for any property and have only > PROP_C and PROP_D concatenated?
Say,
'(("PROP_[CD]" . ""))
or
'(("PROP_[AB]" . "/") ("PROP_[CD]" . "") (".+" . "∿"))
Best,
Ihor
