19 Apr
2006
19 Apr
'06
11:56 a.m.
Miguel <mmiranda@123.com.sv> writes:
Bjørn Mork wrote:
You could either modify your regexp to allow any number ending in the 8 wanted digits,
How do i do that?, remberber that the fist group its a pbx, 100 callinstationids, i think i need some regexp example for this case.
Just removing the ^'s should do it. Like Value: 226621[0-9][0-9]$|22793045$|22934240$ Bjørn