Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ RegexMatched
Function
RegexMatched
nonebot/params.py:153–155 ·
view source on GitHub ↗
正则匹配结果
()
Source
from the content-addressed store, hash-verified
151
152
153
def
RegexMatched() -> Match[str]:
154
""
"正则匹配结果"
""
155
return
Depends(_regex_matched, use_cache=False)
156
157
158
def
_regex_str(
Callers
1
regex_matched
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected