I want to search for the word 'module' in the string but not match the word 'endmodule' in c++. Please help me with the
Posted: Thu Jul 14, 2022 2:12 pm
I want to search for the word 'module' in the string but notmatch the word 'endmodule' in c++. Please help me with the c++code.