Both questions can be answered with the same answer smile
Put the {4,5} inside the ().

Code:
//echo -a $regex(guest12345,/(\d{4,5})/) $regml(1)


Just in case you were wondering, \d is the same as [0-9].


New username: hixxy