We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e072c4 commit 72fcadeCopy full SHA for 72fcade
README.md
@@ -20,7 +20,7 @@ var template = StructuralSearch.ParseFindTemplate("void $methodName$($params$)")
20
// All the matches are already here
21
var results = template.ParseString("void MyMethodName(int value1, double value2)"
22
```
23
-3. Enjoy the search results📋
+3. Enjoy the search results📑
24
```C#
25
// The found text part
26
parseResult.Match.Value // void MyMethodName(int value1, double value2)
0 commit comments