Regular Expression For This

Soldato
Joined
12 Jun 2005
Posts
5,361
Hi there,

I was wondering if someone could construct a regular expression for me.

Basically the strings are in the format of:

Code:
<a> - S <b>\<a> - <b>x<c>.s

Where:

<a> = A string, could have spaces in it.
<b> = A number, could be more than one digit, but no spaces.
<c> = A number, could be more than one digit, but no spaces.

Everything else is fixed.

Thanks.
 
Last edited:
Back
Top Bottom