StrTok with caring quotation marks?
How can I get a substring with space that is quoted in a string?
for example, I want something like:
$str = `some-keyword "with some string" "with another string" another-keyword`
${NewStrTok} $R1 $str " " "0" "" = some-keyword
${NewStrTok} $R1 $str " " "1" "" = with some string
${NewStrTok} $R1 $str " " "2" "" = with another string
${NewStrTok} $R1 $str " " "3" "" = another-keyword