MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / formatName

Function formatName

services/ibge/wikipedia.js:37–42  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

35 const state = CODIGOS_ESTADOS[formattedUF];
36
37 const formatName = (name) =>
38 name
39 .replace(`BR-${formattedUF}-`, '')
40 .replace(/\W-/g, '')
41 .replace('{{', '')
42 .replace('}}', '');
43
44 const formatIbgeCode = (code) =>
45 code.replace(/\W/g, '').replace('formatnum', '');

Callers 1

getStateCitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected