Hey to all,
Got a simple problem here.
I'm trying to read stuff in from a text file..it looks like this:
//PROCESSOR
bla bla bla bla
bla bla bla
//MEMORY
bla bla bla ba
Basically I want to be able to return all the data for the processor:
//PROCESSOR([^<>]*)//
Now that kind of works...except it returns all the processor data and everything beyond that. It's not detecting that next //
Can anyone help?
Cheers
Got a simple problem here.
I'm trying to read stuff in from a text file..it looks like this:
//PROCESSOR
bla bla bla bla
bla bla bla
//MEMORY
bla bla bla ba
Basically I want to be able to return all the data for the processor:
//PROCESSOR([^<>]*)//
Now that kind of works...except it returns all the processor data and everything beyond that. It's not detecting that next //
Can anyone help?
Cheers