PowerCenter
- PowerCenter 10.4.0
- All Products
Regular Expression Pattern | Example Port Names that Match or Do Not Match the Pattern |
---|---|
Starting Port Pattern: _IN$ Ending Port Pattern: <blank> | GENDER_IN links to GENDER. ETHNIC_GROUP_IN links to ETHNIC_GROUP. EMPLOYEE_ID and EMPLOYEE_NAME do not match the starting port pattern. |
Starting Port Pattern: ^EMP.*_.*$ Ending Port Pattern: $0 | EMPLOYEE_ID links to EMPLOYEE_ID. EMPLOYEE_NAME links to EMPLOYEE_NAME. GENDER and ETHNIC_GROUP do not match the starting port pattern. |
Starting Port Pattern: ^EMP.*_.*$ Ending Port Pattern: $0_IN | EMPLOYEE_ID links to EMPLOYEE_ID_IN. EMPLOYEE_NAME links to EMPLOYEE_NAME_IN. GENDER and ETHNIC_GROUP do not match the starting port pattern. |
Starting Port Pattern: [\d]$ Ending Port Pattern: $0 | EMPLOYEE_NAME1 links to EMPLOYEE_NAME1. GENDER1 links to GENDER1. EMPLOYEE_ID and ETHNIC_GROUP do not match the starting port pattern. |
Starting Port Patterns: [A-Za-z_][A-Za-z_0-9]* [A-Za-z_0-9]+ [A-Za-z_][A-Za-z_0-9]+ Ending Port Pattern: $0 _x | EMPLOYEE_ID links to EMPLOYEE_ID_x. EMPLOYEE_NAME links to EMPLOYEE_NAME_x. GENDER links to GENDER_x. ETHNIC_GROUP links to ETHNIC_GROUP_x. |
Pattern:<StartingPortPatternString> (TO) <EndingPortPatternString>