How to ceate dynamic SQL query regex in c# where it accepts optional/null parts?
I have been trying to implement a regex test for SQL query and would like to create optional parts where if any of these were nulls. I asked someone and mentioned that it is possible to have like nullable ‘?’ in the regex but it seems to fail everytime.