File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ If you like or are using this project please give it a star. Thanks!
1010# Why SimpleStateMachine?
1111** Forget** about regular expressions and ** enjoy searching**
1212
13- 1 . Describe search pattern:
13+ 1 . Describe search pattern🔎
1414``` C#
1515// Just text and placeholders
1616var template = StructuralSearch .ParseFindTemplate (" void $methodName$($params$)" )
1717```
18- 2 . Find it in any text :
18+ 2 . Find it in any text 📄
1919```C #
2020// All the matches are already here
2121var results = template .ParseString (" void MyMethodName(int value1, double value2)"
2222```
23- 3 . Enjoy the search results
23+ 3 . Enjoy the search results 📋
2424```C #
2525// The found text part
2626parseResult .Match .Value // void MyMethodName(int value1, double value2)
You can’t perform that action at this time.
0 commit comments