srgn 0.14.2

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
1
2
3
4
5
# This string is not found and touched: foo


def foo(bar: int) -> int:
    return bar + 1  # Some sample code