I would like to write a C++/CLI function which replaces a list of codes with their corresponding definitions from another list.
Is it possible to use regular expression replacement to do this easily? If so, could some one give me example search and replace strings?
Example Codes:
X81
X90
X23
Example Definitions:
High Voltage
Fire Hazard
Bio Hazard
Thanks,
zero_point_o
Start Free Trial