Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Normaliser les espaces blancs répétés dans le champ nomComplet #16

Open
cogk opened this issue Dec 14, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@cogk
Copy link
Collaborator

cogk commented Dec 14, 2021

https://twitter.com/1jour1depute/status/1470695257327251457

Quelque chose de similaire à :

function getNomComplet(...) {
  return (...)
    .replace(/\s+/g, " ").trim()
}
@cogk cogk added the bug Something isn't working label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant