Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/ normalize
Function
normalize
services/tuss/index.js:8–10 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
6
}
7
8
function
normalize(str) {
9
return
removeSpecialChars(String(str ||
''
));
10
}
11
12
function
sanitizeCode(str) {
13
return
String(str ||
''
).replaceAll(/\D+/g,
''
);
Callers
3
searchTuss
Function · 0.85
sortTerms
Function · 0.85
searchTussAdvanced
Function · 0.85
Calls
1
removeSpecialChars
Function · 0.85
Tested by
no test coverage detected