Regular Expressions 101

Community Patterns

BSM - OUTBOUND FLIGHT INFORMATION Element

0

Regular Expression
PCRE (PHP <7.3)

/
(?<elementIdentifier>\.F)\/(?<airlineandFlightNumber>[A-Z0-9]{2,3}[A-Z0-9]{3,4})\/(?<date>[0-9]{2}[A-Z]{3})\/(?<destinationAirportCode>[A-Z]{3})\/?(?<classOfTravelOfBaggage>[A-Z0-9]{1})?
/
gm

Description

Outbound Flight Information element (.F) is mandatory when used as part of a reconciliation or sortation process. If used for ground tracking it is optional.

OUTBOUND FLIGHT INFORMATION (M) Element Identifier .F (M) Airline and Flight Number /BA117 (M) Date /03OCT (M) Destination or Transfer Airport Code /SEL (O) Class of Travel of Baggage /J

Submitted by anonymous - 5 years ago