Hi Guys i'm new here so please be kind Thanks ....


I need a serious help in my assignment which due this coming friday....

i need to create a Patterns by writing a function with prototype char* matchPattern(const char *text, const char *pattern)

i have to match a-z, A-Z or digit 0-9 in a patterns

let say like

Input: "bip beep blip black "
pattern: "b.+p"

b i p b e e p b l i p b l a c k
b . . p b . . . p b . . . p b . . . . p

i'm a noob in C++ can any kind soul please help me


Thank In advance

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.