|
|
Regular Expressions for Card Numbers
Regular expressions (regexes) are used in several places in PaperCut, including with card numbers. Regexes are applied to card data to extract a useful card number. The raw data read from a card may contain multiple numbers (of which just one is required), extra information like a "site code" or "checksum", or additional characters designed as special markers or to separate multiple fields.
There are many different card formats out there so there is no "one size fits all". Rather, an appropriate regex should be used to extract the useful number for PaperCut to use.
The tool below can help to choose a suitable regex. See below for usage help.
Recommended usage
Categories:
Keywords: card regex, change card number
Comments
Share your findings and experience with other PaperCut users. Feel free to add comments and suggestions about this Knowledge Base article. Please don't use this for support requests.