Say I have this line of code:
$query = \"SELECT * FROM table\";
Is there a command in vi/vim which can instantly delete everything between
From already inside the quotes you can do
di"
Read it as delete inside "