Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

Slash Converter

  • 슬래시 변환기

기능

  • 경로 문자열을 입력하면 /, \, \\ 3가지 타입으로 출력한다
  • input : C:\git\slash-converter\README.md
  • output :
    • C:/git/slash-converter/README.md
    • C:\git\slash-converter\README.md
    • C:\\git\\slash-converter\\README.md