Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.3.6. Configuring a Regex ruleBase
- Use this example code to configure a Regex ruleBase:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Define the Regex expressions in a standard
.properties
file format. The followingcustomer.properties
Regex rule definition file example shows you how:Customer data rules...
# Customer data rules... customerId=[A-Z][0-9]{5} customerName=[A-Z][a-z]*, [A-Z][a-z]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow