MCPcopy
hub / github.com/nonebot/nonebot2 / regex_matched

Function regex_matched

tests/plugins/param/param_state.py:79–80  ·  view source on GitHub ↗
(regex_matched: Match[str] = RegexMatched())

Source from the content-addressed store, hash-verified

77
78
79async def regex_matched(regex_matched: Match[str] = RegexMatched()) -> Match[str]:
80 return regex_matched
81
82
83async def regex_str(

Callers

nothing calls this directly

Calls 1

RegexMatchedFunction · 0.90

Tested by

no test coverage detected