Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
async
def
regex_matched(regex_matched: Match[str] = RegexMatched()) -> Match[str]:
80
return
regex_matched
81
82
83
async
def
regex_str(
Callers
nothing calls this directly
Calls
1
RegexMatched
Function · 0.90
Tested by
no test coverage detected