03-04-2009, 02:37 PM
Hi snikam,
You can use below Regular Expression.
Considered that 01 will always be in the range 01 to 09
If 0 also changes then use below Expression
You can use below Regular Expression.
Code:
"Browser A1 \(6\.\d?\d\.0[1-9]\) - Login"
Considered that 01 will always be in the range 01 to 09
If 0 also changes then use below Expression
Code:
"Browser A1 \(6\.\d?\d\.\d[1-9]\) - Login"