There are strings that I don't need appending the $path, such as "else" "if" "1'b0", is there a way to add this to the expression or do I have to split ' ' and check each string?
Also, how do I treat "ABC_DEF" "b_C_D_E" as one word and append $path only to the beginning of the string?
Thanks