> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming-languages/java/libraries/hamcrest.md).

# Hamcrest

## Cookbook

* Matches pattern - <http://hamcrest.org/JavaHamcrest/javadoc/2.0.0.0/org/hamcrest/text/MatchesPattern.html>.

  ```
    assertThat("FooBarBaz", matchesPattern("^Foo"));
  ```
