Opened 10 years ago

Last modified 10 years ago

#7735 new Feature Requests

Ability to provide option_description name as Regex

Reported by: smntov@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: program_options
Version: Boost 1.52.0 Severity: Problem
Keywords: Regex Cc:

Description

It would be nice to have the ability to provide option_description name as Regex in order to parse open-end options like this: item1 = 234 item2 = 345 ... itemN = 564

Change History (2)

in reply to:  description ; comment:1 by anonymous, 10 years ago

Replying to smntov@…:

It would be nice to have the ability to provide option_description name as Regex in order to parse open-end options like this: item1 = 234 item2 = 345 ... itemN = 564

This can be done by providing following key for the option: "key*".

in reply to:  1 comment:2 by anonymous, 10 years ago

Replying to anonymous:

Replying to smntov@…:

It would be nice to have the ability to provide option_description name as Regex in order to parse open-end options like this: item1 = 234 item2 = 345 ... itemN = 564

This can be done by providing following key for the option: "key*".

I mean "item*"...

Note: See TracTickets for help on using tickets.