Suppose there is some string like:
"This is \"body text\" sample \"body text\" no more"
Now I need to find matches for all spaces which are not part of the quoted text. (i.e, the space in between the "body text" needs to be excluded).
How do i do this?Please help.....