python3-rebulk

Define simple search patterns in bulk to perform advanced matching on strings
  https://github.com/Toilal/rebulk
  0
  no reviews



ReBulk is a Python library that performs advanced searches in strings that would be hard to implement using re module or String methods only.

It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API.