Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple form that separates number with chars

Open the html file in a browser
Enter your number. example: "12345678"
Select the step length to separate number. example: "4"
Select the char to separate the number. example: "-"
The result would be: 1234-5678
:)