bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • Resellers
    • Links
Select Page ...

News

Converting / characters in BardecodeFiler

admin March 26, 2018 BardecodeFiler, Knowledge Base
Here is what you need to use in a Reformat Table for converting a barcode value such as 123/456 to 123-456
Line 1, left hand side:
([^\/]+)\/([^\/]+)
Line 1, right hand side:
{1}-{2}
Explanation:
\/ matches a single / character (the \ is needed because / is a special character for regex)
[^\/] is the set of characters that does not include the / character
[^\/]+ is one or more non / characters
([^\/]+) makes a group that can be referenced using {N} on the right hand side where N is the position of the group.
← Help getting started with the BardecodeFiler service
New releases – Windows SDK, Linux and BardecodeFiler →
admin

  • Copyright © 2023 Softek Software Ltd. All Rights Reserved