Hi, I have an equipment tag that look like this 11.11.11 - 22 . 33 . 44 where 11.11.11 is the PLANT_AREA 22 is the PARALLEL_PROCESS_TRAIN 33 is the DEVICE_TYPE_CODE 44 is the NUMBER My problem is when I tag an equipment using the "Browse Alternate Repositories". Manually tagging the equipment is fine. As you can see below, all the pieces seem to be parsed properly except for the PLANT_AREA. The regular expression that I'm using seems to be ok, I went through many iterations of that regular expression, all tested successfully using RegexBuddy but none of were successful in parsing the PLANT_AREA in OPPID. The expressions that I tried: ^[?0-9Xx\.]*-(? [?\w]*)\.(? [?\w]*)\.(? [?0-9]*) ^(? [?0-9Xx\.]*)-(? [?\w]*)\.(? [?\w]*)\.(? [?0-9]*) ^(? [0-9Xx.]*)-(? [?\w]*)\.(? [?\w]*)\.(? [?0-9]*) ^(? [0-9Xx/.]*)-(? [?\w]*).(? [?\w]*).(? [?0-9]*) ^(? [0-9Xx.]*)-(? [?\w]*).(? [?\w]*).(? [?0-9]*) Obviously, I'm missing something but I don't know what. I'm hoping something can point me in the right direction. Regards Alain
↧