QC remark check
Available in scheme types:
Non-pricing
Pricing and Ticketing
Verify if a static set of characters plus non static characters but with a pre defined format using regular expression, exists in the booking.
Example: in the booking there should be a remark that has the static characters RM*COSTC-4102-, and then right after there should always be 6 characters in a specific order, for example number-number-number-letter-letter-number, 990XY3, but the characters could be different from booking to booking (due to different cost centers, different project numbers etc).
Example of a websites that describes regular expressions:
https://www.regular-expressions.info/tutorial.html
https://regexr.com/