开发者

regex-negation

0
  • regex negation question

    Does anybody know how to code a regular expression (for use w开发者_开发知识库ith some grep like tool) which will search for the word \'vat\' but exclude the word \'private\'.I\'ve taken over a projec[详细]

    2022-12-13 07:07 分类:问答
  • Regex: How to retrieve all lines containing strA but not strB in Visual Studio

    How can I retrieve all lines of a document containing \"strA\", but not \"strB\", in the开发者_JAVA百科 Visual Studio search box?For Visual Studio 2012 (and newer versions):[详细]

    2022-12-12 05:29 分类:问答
  • Simple C# regex

    I have a regex I need to match against a path like so: \"C:\\Documents and Settings\\User\\My Documents\\ScanSnap\\382893.pd~\".I need a regex that matches all paths except those ending in \'~\' or \'[详细]

    2022-12-08 15:34 分类:问答
  • Simple regex negation

    Trying to match ONLY the first character in the sample below. Sample string: C/C++/Objective C/Objective-C/ObjectiveC/objectiveC[详细]

    2022-12-08 15:02 分类:问答