Text Matchers
-------------

Matchers that perform text comparisons.


contains_string
^^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.text.stringcontains


ends_with
^^^^^^^^^

.. automodule:: hamcrest.library.text.stringendswith

equal_to_ignoring_case
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.text.isequal_ignoring_case

equal_to_ignoring_whitespace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.text.isequal_ignoring_whitespace

matches_regexp
^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.text.stringmatches

starts_with
^^^^^^^^^^^

.. automodule:: hamcrest.library.text.stringstartswith

string_contains_in_order
^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.text.stringcontainsinorder
    :exclude-members: string_contains_in_order
.. autofunction:: string_contains_in_order(string1[, string2[, ...]])
