This online utility merges together integers and prints a larger joined integer in the output. Integer parts can be separated by any character and can appear in arbitrary text. In the options, you can list all separator characters and also specify the character that goes between the merged integer pieces. By cleverly selecting other options you can also clean-up mistakes in integer data and even form groups of integer digits. Created by math nerds from team Browserling.
This online utility merges together integers and prints a larger joined integer in the output. Integer parts can be separated by any character and can appear in arbitrary text. In the options, you can list all separator characters and also specify the character that goes between the merged integer pieces. By cleverly selecting other options you can also clean-up mistakes in integer data and even form groups of integer digits. Created by math nerds from team Browserling.
With this browser-based application, you can join partial integers and create a single long integer. It's especially useful for reconstructing damaged integers that have been accidentally split into multiple lines or that have had unexpected spaces added between the digits. To merge the integer pieces, all you have to do is paste them in the input field and adjust the separator symbol that goes between them. You can also paste a snippet of text with sequential integer pieces in it and they will get merged in-place and the entire text will be returned in the output. For example, to merge several integers on different lines, enter the newline character "\n" in the integer piece separator field. Similarly, to remove extra commas in an integer with thousands separators, enter the character "," in the same field. You can also use multiple integer chunk separators in options at once. For example, if you enter the characters ".-" and the input contains a phone number "999.423-1900", then you will get "9994231900" in the output. By default, the program joins all sequential chunks that have any of the delimiter characters between them. Sometimes there are multiple delimiters between the chunks so if you select the "Allow Repeated Separators" option, then chunks with repeated separator symbols between them will get joined. For example, if this option is selected and the separator character is a dot ".", then the input "123....456..789" will be transformed into "123456789". There's also an option to change the join character. By default, this character is the empty character and when the chunks get glued together, this character is inserted between every chunk. For example, if the input is "333;444;555", the split character is ";", and the glue character is "-", then the output will be "333-444-555". There are two additional options that control how often the glue character is inserted between the smaller integer pieces. You can put it between a certain amount of pieces or put it between a certain amount of digits and form groups of integers or groups of integer digits. Integerabulous!
With this browser-based application, you can join partial integers and create a single long integer. It's especially useful for reconstructing damaged integers that have been accidentally split into multiple lines or that have had unexpected spaces added between the digits. To merge the integer pieces, all you have to do is paste them in the input field and adjust the separator symbol that goes between them. You can also paste a snippet of text with sequential integer pieces in it and they will get merged in-place and the entire text will be returned in the output. For example, to merge several integers on different lines, enter the newline character "\n" in the integer piece separator field. Similarly, to remove extra commas in an integer with thousands separators, enter the character "," in the same field. You can also use multiple integer chunk separators in options at once. For example, if you enter the characters ".-" and the input contains a phone number "999.423-1900", then you will get "9994231900" in the output. By default, the program joins all sequential chunks that have any of the delimiter characters between them. Sometimes there are multiple delimiters between the chunks so if you select the "Allow Repeated Separators" option, then chunks with repeated separator symbols between them will get joined. For example, if this option is selected and the separator character is a dot ".", then the input "123....456..789" will be transformed into "123456789". There's also an option to change the join character. By default, this character is the empty character and when the chunks get glued together, this character is inserted between every chunk. For example, if the input is "333;444;555", the split character is ";", and the glue character is "-", then the output will be "333-444-555". There are two additional options that control how often the glue character is inserted between the smaller integer pieces. You can put it between a certain amount of pieces or put it between a certain amount of digits and form groups of integers or groups of integer digits. Integerabulous!
In this example, we're fixing a huge integer (one decillion) that for clarity has been written with spaces as thousands separators. We don't really need all these spaces, so we put the whitespace symbol in the integer chunk separator option and leave the glue character field empty. As a result, we get a single integer with all the zeros joined.
In this example, a cat jumped on planetary scientist's keyboard and inserted unnecessary dash and colon symbols in the time data that summarized the hours, minutes, and seconds in a solar year. To clear the integers of the unwanted cat's key presses and restore time integers, we enter the characters "-" and ":" in the input delimiter field and enable the "Allow Repeated Separators" option. Also, to improve the readability of the data, we formed groups of digits in the output by inserting a comma character every three digits from the right.
This example merges the digits of phone numbers by connecting all digits together. Phone number chunks are scattered across multiple lines, therefore to join them together, we enter the newline character "\n" in the piece separator field. The merging algorithm then finds all consecutive phone number parts and puts them on a single line. It also adds the dash character between every two integer chunks so the phone numbers are in xxxx-xxxx format.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
Create a drawing that visualizes von Neumann hierarchy of sets.
Create a sudoku puzzle.
Create a list of neat-looking integers (called magic integers).
Generate a list of tuples of integers with n elements.
Quickly convert integers to base one.
Quickly convert base one to integers.
Quickly convert integers to base two.
Quickly convert base two to integers.
Quickly convert integers to base eight.
Quickly convert base eight to integers.
Quickly convert integers to base sixteen.
Quickly convert base sixteen to integers.
Quickly encode integers to base-64.
Quickly decode base-64 to integers.
Quickly convert integers to a custom base.
Quickly encode integers to HTML encoding.
Quickly decode HTML entities to integers.
Quickly encode integers to URL (percent) encoding.
Quickly decode URL-encoded integers.
Quickly convert a signed integer to an unsigned integer.
Quickly convert an unsigned integer to a signed integer.
Generate a list of random integers.
Check if the given integers are palindromes.
Create a matrix whose entries are all integers.
Create a vector with integer coefficients.
Quickly calculate the average value of integers.
Quickly calculate the average value of integer digits.
Quickly randomly select a digit from an integer.
Find which of the given integers is the biggest or smallest.
Limit integer values to a range.
Limit integer digit values to a range.
Create multiple copies of the input integers.
Create multiple copies of digits of input integers.
Rotate the digits of an integer to the left or right.
Move the digits of an integer to the left or right.
Quickly find the difference of a bunch of integers.
Quickly apply the bitwise AND operation to integers.
Quickly apply the bitwise OR operation to integers.
Quickly apply the bitwise XOR operation to integers.
Quickly apply the bitwise NOT operation to integers.
Quickly apply the bitwise NAND operation to integers.
Quickly apply the bitwise NOR operation to integers.
Quickly apply the bitwise NXOR operation to integers.
Quickly divide two or more integers.
Quickly divide the digits of an integer.
Add -st, -nd, -rd, -th suffixes to integers to make them ordinals.
Remove -st, -nd, -rd, -th suffixes from ordinals to make them ints.
Find integers that match a filter (greater, less, equal).
Add padding to integers on the left side.
Add padding to integers on the right side.
Position all integers so that they align on the right.
Position all integers so that they align in the middle.
Turn all integers into positive integers.
Turn all integers into negative integers.
Rewrite an integer in fractional form.
Extract the numerator and denominator from a fraction.
Search for all occurrences of an integer and replace it.
Create a regex that matches the given integers.
Create integers that match the given regular expression.
Create relatively tiny integers.
Create relatively huge integers.
Create a sequence of oscillating integers, such as 123212321.
Create multiple integer sequences at once.
Slightly change an integer so it has an error.
Slightly change integer digits so there are errors.
Apply fuzzing to integers and add perturbations.
Apply fuzzing to integer digits and add digit perturbations.
Add highlighting to certain integers.
Add highlighting to certain integer digits.
Add color to integers based on a condition.
Add color to individual digits in the given integers.
Quickly assign colors to integers and draw them as pixels.
Quickly assign integer values to pixel colors and print them.
Make the digits of an integer go in a spiral shape.
Make the digits of an integer go in a circle.
Make the digits of an integer go in a diamond shape.
Fill a box with certain width and height with digits.
Use ASCII art to convert integers to 2-dimensional drawings.
Use ASCII art to convert integers to 3-dimensional drawings.
Decompose an integer into ones, tens, hundreds, etc.
Generate an ordered list of increasing integers.
Generate an ordered list of decreasing integers.
Quickly find various information about the given integers.
Find hidden patterns of numbers in integers.
Find the Shannon entropy of an integer.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling our mission is to make people's lives easier, so we created this collection of integer tools. Our tools have the simplest user interface that doesn't require advanced computer skills and they are used by millions of people every month. Our integer tools are actually powered by our programming tools that we created over the last couple of years. Check them out!