What I would like to do is get all the text between the quotes. Both of these seem to work properly (using ruby). Can someone please tell me if there is a difference in how both of these work or if they are just the same thing expressed differently.
Edit: I'm mostly looking at getting the text between double quotes for cucumber step definitions (Then I should see "Hello World").
"a"b"c"d"with both to see how greediness affects each. – sudo_O Feb 15 at 16:11