Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/ formatIbgeCode
Function
formatIbgeCode
services/ibge/wikipedia.js:44–45 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
42
.replace(
'}}'
,
''
);
43
44
const
formatIbgeCode = (code) =>
45
code.replace(/\W/g,
''
).replace(
'formatnum'
,
''
);
46
47
const
pageNames =
await
wiki({
48
apiUrl:
'https://pt.wikipedia.org/w/api.php'
,
Callers
1
getStateCities
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected