I want to parse out the actual text the is in RED color from au3 script and place it in an array, the strings between " and ' symbols
SAMPLE INPUT TEXT:
#include "StaticConstants.au3" ;yes this is red text, but it has to be ignored as it is path to include file
#include <WindowsConstants.au3>...