Randy Constan

Results 3 comments of Randy Constan

Thanks. But my version worked in regex 101 too, and your variation didn't work any better in Filtaquilla for me. I tried yours as: Received:/45\88\138\([1-9]?/d|[12]\d\d)/ and also with the escapes......

@RealRaven: 1) OK thanks. From now on I'll use the EMCAScript variation. Retesting with that, both these variations work with regex101 45.88.138.([1-9]?\d|[12]\d\d) and... 45\.88\.138\.([01]?\d\d?|2[0-4]\d|25[0-5])\b So using the second regex string...

Well thanks for looking. I'm not quite sure I understand how or why some parts of a message would be receive asynchronously as opposed to synchronous. I can mention some...