Expressing basic Access query criteria as regular expressions

前端 未结 3 1135
花落未央
花落未央 2020-12-01 20:32

I\'m familiar with Access\'s query and filter criteria, but I\'m not sure how to express similar statements as regular expression patterns. I\'m wondering if someone can hel

3条回答
  •  既然无缘
    2020-12-01 21:03

    Regex is difficult to break into initially. Honestly, looking for spoon-fed examples is not going to help as much as "getting your hands dirty" with it. Also, MS Access is not a good springboard. Regex doesn't "cognate" well with the SQL query process -- not in application, and not in mental orientation. What you need is some text files to process, using a text editor.

提交回复
热议问题