I'm trying to learn Regular expressions and can't seem to find out how
to perform the following.

From the following text, I want to capture everything between the Word
"QUESTION" and the character "?" and store it in a variable called Q1,
Q2, Q3, etc...

Here is the text:

<snip>
QUESTION 1 You want to provide complete redundancy for all data stored
on your
hardware RAID-5 disk array. You install a second hardware RAID-5 disk
array. You
want to create a mirror of the original array on the new array.
However, when you rightclick
the free space on the new array in Disk Management, you see no option
to create a
new volume or a mirrored volume.
Before you create a mirrored volume on the new array, what should you
do?
A. Convert both arrays to dynamic disks.
B. Create an empty single extended partition on the new disk array.
C. Create a single unformatted primary partition on the new disk
array.
D. Format the new disk array as a single NTFS primary partition.
E. Format the new disk array as a single NTFS logical drive in an
extended partition.
Answer: A

QUESTION 2 You install a second modem on a Windows 2000 Server
computer
configured with Routing and Remote Access. Dial-in users report that
they are unable to
connect to the server by using the new modem.
What should you do to help find out the cause of the problem?
A. Use the Routing and Remote Access snap-in to find out whether the
ports for both
modems are operational.
B. From a command prompt, run the Net Config Server command.
C. From a command prompt, run the Net Statistics command.
D. Use Regedt32 to view the Error Control value in the
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RemoteAccess key.
Answer: A

QUESTION 3 You are the network administrator of a Windows 2000
network. Your
network contains five Windows 2000 Server computers and 100 Windows
2000
Professional computers. You want to deploy an update for an
application that is used on
the Windows 2000 Professional computers. You want users to
automatically install the
update when they log on to the domain.
What should you do?
A. Create a distributed file system (DFS).
Place the application update in the root folder of the DFS.
B. Create a Microsoft Windows Installer package for the application
update.
Configure RIS to use the package.
C. Create a Microsoft Windows Installer package for the application
update.
Apply the package to the Local Computer Policy on all of the
computers.
D. Create a Microsoft Windows Installer package for the application
update.
Apply the package to a Group Policy.
Answer: D
<snip>

Does anyone know how to caputre all character between two items?