Hi, does anyone know how I can match different digit-patterns? like concatenating with "or"? I want to match the pattern yyyy-mm-dd for a date and the yyyy- part works fine, b...
Hi does anyone here know how I can use efficiently some map-like structure in C++? To be precise I want to code something like dicts in Python and save an array as a value. ("...