I am looking for a regex pattern to return true for these two string
("SELECT * FROM CIM_DATAFILE WHERE NAME = '" & Replace(sValue, "\", "\\") & "'")
strC = "'" Then
and false for ' "wwwww_0" or anything else
in vba
Regular ExpressionsMicrosoft AccessVBA
Last Comment
Terry Woods
8/22/2022 - Mon
Terry Woods
Do you mean these 2 strings?
("SELECT * FROM CIM_DATAFILE WHERE NAME = '" & Replace(sValue, "\", "\\") & "'")
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Open in new window
andOpen in new window
?