I need a pattern for setting the file name filter in File Polling Listener Configuration (administration). i simply need to find 8 (poll for) filenames with 36 characters length.
I did something like /{0,35}/ but it did not work.
I want to poll files like SX8010RFBILA01bis162009_20090618.txt
When a file like SX8010RFBILA01bis162009_20090618Z.txt appears in the monitoring directory, the file should be ignored.
So the regular expression could also look something like $/^d555/].txt
to see if the last char before .txt is a number.