What is PyStrings in Behat?

Multiline Strings (also known as PyStrings) are useful for specifying a larger piece of text. The inspiration for PyString comes from Python where """ is used to describe docstrings. PyString concept is exactly same as Cucumber Doc String. So, in Cucumber you will find Doc String instead of PyString.