Search StringΒΆ

Example

>>> from techminer2.explore import SearchString
>>> (
...     SearchString()
...     #
...     .where_root_directory("examples/fintech/")
...     .run()
... )