Description
When I use the copy button to copy the codes then unnecessary characters are also copied like I want to copy the below code but do not want the $ character to be copied. I want to copy only echo "Hello World" after clicking the copy button.
Description
When I use the copy button to copy the codes then unnecessary characters are also copied like I want to copy the below code but do not want the
$character to be copied. I want to copy onlyecho "Hello World"after clicking the copy button.