> that makes good sense. so in a single quote string you can have domains > of double quote behavior. That's it exactly. Very well expressed, thanks Uri. > now, what if the double quoted range had a \E in it? either directly or > via interpolation? maybe the end escape should be another char than \E? Make \E significant only where it's explicit. Also make \E signifcant only when \I is in effect. So to get the string '$$$$$$$$$interpolated\E\Einterpolated\E$$$$$$$$$$' we write: $x = 'interpolated\E'; $y = q{$$$$$$$$$\I$x\E\E\I$x\E$$$$$$$$$$}; Damian
- Re: RFC 226 (v2) Selective interpolation in single quoti... Jerrad Pierce
- Re: RFC 226 (v2) Selective interpolation in single ... Jarkko Hietaniemi
- Re: RFC 226 (v2) Selective interpolation in single ... Jerrad Pierce
- Re: RFC 226 (v2) Selective interpolation in single ... Jarkko Hietaniemi
- Re: RFC 226 (v2) Selective interpolation in single ... Damian Conway
- Re: RFC 226 (v2) Selective interpolation in sin... Jarkko Hietaniemi
- Re: RFC 226 (v2) Selective interpolation in sin... Damian Conway
- Re: RFC 226 (v2) Selective interpolation in... Uri Guttman
- Re: RFC 226 (v2) Selective interpolation in... Damian Conway
- Re: RFC 226 (v2) Selective interpolatio... Glenn Linderman
- Re: RFC 226 (v2) Selective interpolation in single ... Glenn Linderman
- Re: RFC 226 (v2) Selective interpolation in sin... Philip Newton
- Re: RFC 226 (v2) Selective interpolation in sin... Bart Lateur
- Re: RFC 226 (v2) Selective interpolation in single ... Philip Newton
- Re: RFC 226 (v2) Selective interpolation in single ... Andy Dougherty
- Re: RFC 226 (v2) Selective interpolation in sin... Nathan Wiger
- Re: RFC 226 (v2) Selective interpolation in... Steve Fink
- Re: RFC 226 (v2) Selective interpolatio... Bart Lateur
- Re: RFC 226 (v2) Selective interpolatio... Michael Fowler