Hi there,
I was wondering if someone could construct a regular expression for me.
Basically the strings are in the format of:
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.
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: