Name: Anonymous 2013-06-11 1:40
Hey i am a tard at regex
How can I make a regex to match
GETTHISWORD1 i know what string is here GETTHISWORD2 blah blah blah discard
Currently I have
(.*) i know what string is here (.*)
but that matches the blah blah blah at the end
how do i make it only match the word i want
How can I make a regex to match
GETTHISWORD1 i know what string is here GETTHISWORD2 blah blah blah discard
Currently I have
(.*) i know what string is here (.*)
but that matches the blah blah blah at the end
how do i make it only match the word i want