Java Regular Expressions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
=Concurrent Usage Considerations=
=Concurrent Usage Considerations=


{{Warn:Matcher instances are NOT thread safe, create a matcher per thread}}
{{Warn|Matcher instances are NOT thread safe, create a matcher per thread}}

Revision as of 21:02, 29 July 2017

External

Internal

Overview

Concurrent Usage Considerations


Matcher instances are NOT thread safe, create a matcher per thread