I want to represent following string using regular expression.
This is the sentence:
pro displ = "monitor" id="1"
I tried this:
pro displ=(("[^"]*")monitor(("[^"]*") id =(("[^"]*")1(("[^"]*")
but it is not working.as i was new to regular expression please help me to solve this issue