MCPcopy
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
153def RegexMatched() -> Match[str]:
154 """正则匹配结果"""
155 return Depends(_regex_matched, use_cache=False)
156
157
158def _regex_str(

Callers 1

regex_matchedFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected