Skip to content

Commit

Permalink
Documentation (KDoc), More Useful/Utility Methods/Functions, Cleaned Up
Browse files Browse the repository at this point in the history
  • Loading branch information
fan87 committed Jun 18, 2022
1 parent ef2fcbf commit 38de4f3
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 48 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ the front and `;` in the end of the class name, so if you want to match `java.la
Not Supported Yet

### What is lazy
Lazy in regex is `?`, for example, `.*?`, it means that it will match as few as possible
Lazy in regex is `?`, for example, `.*?`, it means that it will match as few as possible.

### Is it thread-safe?
About the matcher, no, not at all. Please create multiple matcher instances to match instructions in a different
thread, even if they are the same.

## Development / Code Quality
### About Testing
Expand Down
Loading

0 comments on commit 38de4f3

Please sign in to comment.