You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow developers to inject their own regex matchers for specific needs. These injections should prepend all other parsing so that their additions are prioritized.
Allow developers to inject their own regex matchers for specific needs. These injections should prepend all other parsing so that their additions are prioritized.
Something like this might be nice:
AgentOrange.custom_matchers << AgentOrange::Matcher.new(name: 'Special Bot', regex: /.+SpecialBot.+/)
The text was updated successfully, but these errors were encountered: