Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/LawRefBook/Laws
/ isTitle
Function
isTitle
scripts/convert.py:41–44 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
39
40
41
def
isTitle(line) -> str:
42
if
re.match(title_matcher, line):
43
return
re.sub(title_matcher,
""
, line).strip()
44
return
None
45
46
47
class
Case(object):
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected