Skip to content

Conversation

kimhan0421
Copy link

@kimhan0421 kimhan0421 commented May 2, 2025

Overview

Added a removeHyphenFormat function to normalize numeric input by removing non-numeric characters such as hyphens.
Since utils already contains functions for handling hyphenation in mobile phone numbers and business registration numbers, it makes sense to include this function there for consistency and convenience.

ex) removeHyphenFormat

removeHyphenFormat('02-777-9999'); // 027779999
removeHyphenFormat('000-00-00000'); // 0000000000

PR Checklist

  • I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

Copy link

vercel bot commented May 2, 2025

Someone is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant