Given three sample lines:
some('lorem _ ipsum');
$some['lorem _ ipsum'];
<span class="some _ class">
(cursor is in _ position)
Which is the fastest way to select (for pasting in other place):
- text between
'quotes - expand the selection to include the parenthesis
- text between parenthesis
- text between
<and>