Skip to content

Commit 38de4f3

Browse files
committed
Documentation (KDoc), More Useful/Utility Methods/Functions, Cleaned Up
1 parent ef2fcbf commit 38de4f3

7 files changed

Lines changed: 296 additions & 48 deletions

File tree

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ the front and `;` in the end of the class name, so if you want to match `java.la
102102
Not Supported Yet
103103

104104
### What is lazy
105-
Lazy in regex is `?`, for example, `.*?`, it means that it will match as few as possible
105+
Lazy in regex is `?`, for example, `.*?`, it means that it will match as few as possible.
106+
107+
### Is it thread-safe?
108+
About the matcher, no, not at all. Please create multiple matcher instances to match instructions in a different
109+
thread, even if they are the same.
106110

107111
## Development / Code Quality
108112
### About Testing

0 commit comments

Comments
 (0)