Fuse 6 is no longer supportedAs 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 ClipboardCopied!Toggle word wrapToggle overflow
Define the Regex expressions in a standard .properties file format. The following customer.properties Regex rule definition file example shows you how:
# Customer data rules...
customerId=[A-Z][0-9]{5}
customerName=[A-Z][a-z]*, [A-Z][a-z]
# Customer data rules...
customerId=[A-Z][0-9]{5}
customerName=[A-Z][a-z]*, [A-Z][a-z]
Copy to ClipboardCopied!Toggle word wrapToggle overflow