in reply to Automatically generate regular expression from source data
Regular expressions are used for two things: validating, or extracting. For the former, you need to know what you want to match, and what you need to reject, for the second, you need to know what you want to extract.
You haven't given us any useful information.
|
|---|