Search StringΒΆ

Example

>>> from techminer2.database.tools import SearchString
>>> (
...     SearchString()
...     #
...     .where_root_directory_is("examples/fintech/")
...     .run()
... )