>It was a bug if it worked before. >The regex works correctly. >[14] is 1 or 4 >You want "^VOL14[0-9]".
Actually wouldn't it be better to use "^VOL14[0-9]$" to avoid any trailing character after the third digit? olivier
>It was a bug if it worked before. >The regex works correctly. >[14] is 1 or 4 >You want "^VOL14[0-9]".
Actually wouldn't it be better to use "^VOL14[0-9]$" to avoid any trailing character after the third digit? olivier