Doesn't sound very useful to me. I tried entering something like this:
sed 's/y/i/g' <<<'xxyyzz'
What happens with this?
sed 's/y/i/g' <<-''EOL xxyyzz EOL
What happens with this?