The disagreement, stated fairly
The serial comma — also called the Oxford or Harvard comma — is the one before the conjunction in a list of three or more: red, white, and blue has it, red, white and blue does not. Both are correct English and the choice is a house style decision, not a grammatical one. Chicago, the MLA, the APA, Oxford University Press and most American book publishing use it. The Associated Press, most British newspapers and a large part of UK journalism do not. If you are writing for a publication, the question is already answered for you and the only useful thing this page does is generate the other form so you can see the difference.
If you are choosing for yourself, the honest summary is that the serial comma prevents a specific class of ambiguity more often than it creates one, and that its opponents are correct that it is not always necessary. Consistency within a document matters more than which one you pick.
The ambiguity that actually happens
The famous example is a dedication reading to my parents, Ayn Rand and God, which without the serial comma can be read as naming the parents. That is a genuine failure mode: the two final items form an apposition to the first. Add the comma and the reading collapses to the intended one.
The counter-example is real too. To my mother, Ayn Rand, and God now looks as though Ayn Rand is the mother, because a pair of commas is also how English marks an appositive. So the serial comma does not eliminate ambiguity in the general case; it moves it. The practical rule that follows is not about commas at all: when a list item could be read as describing the previous one, reorder the list so the risky item is not adjacent, or rewrite it as something other than a list.
When one item contains a comma, the argument stops
Every style guide agrees on this case and it is the one this page treats as a hard recommendation rather than a preference. If any item in the list contains an internal comma — Portland, Oregon, or a hammer, preferably framing — the separator between items becomes a semicolon: Portland, Oregon; Austin, Texas; and Boise, Idaho. Nothing else works. A comma cannot simultaneously mark the boundary between items and appear inside them without forcing the reader to guess which job each one is doing, and readers guess wrong.
The tool checks for this automatically and shows the semicolon form as a third box whenever any item contains a comma. Note that in the semicolon form the serial semicolon before the conjunction is standard everywhere, including in AP style, which drops the serial comma. That is not an inconsistency: the semicolon is doing structural work the comma was not.
And, or, nor, and the trouble with lists in requirements
| Conjunction | Means | Where it goes wrong |
|---|---|---|
| and | All items apply together | Read as a menu when the list is long |
| or | At least one applies; sometimes exactly one | Inclusive versus exclusive is never marked in English |
| nor | None apply, after a negative | Needs a negative earlier in the sentence to be grammatical |
| none | Bare comma list, no conjunction | Reads as incomplete, or as a deliberate rhetorical device |
The or ambiguity is the one that causes real problems. English does not distinguish inclusive or — at least one, possibly several — from exclusive or — exactly one and no more. Bring a passport, a driving licence or a utility bill almost certainly means any one of the three is enough, but the sentence does not say so. This is why legal and technical writing uses constructions like any one or more of the following and exactly one of, which are clumsy and unambiguous. If your list is a requirement rather than a description, spell it out.
Nor needs care because it requires an earlier negative to attach to. He brought neither rope nor tape nor a plan works. He brought rope, tape nor a plan does not. The tool will generate the form you ask for and will not check whether the surrounding sentence supports it.
Parsing, cleanup and what it does to your input
Items are split on line breaks by default, and optionally on commas or semicolons. Each item then has leading bullet characters, dashes, asterisks and whitespace stripped, trailing whitespace and trailing commas or semicolons removed, and runs of internal spaces collapsed to one, which is what makes a list pasted straight out of a bulleted document usable. Empty items are dropped. Duplicate removal, when enabled, compares case-insensitively and keeps the first occurrence, so Hammer and hammer collapse to whichever appeared first.
The lead-in text has any trailing colon or comma removed, because the joined form supplies its own punctuation and a stray colon before a hammer, a square and a level is a common way to end up with two competing separators. Splitting on commas is the option most likely to surprise you: an item that legitimately contains a comma will be torn in half by it, which is exactly the situation the semicolon form exists to handle. When in doubt, put one item per line.
The bulleted block at the bottom exists for the reverse trip — you formatted a sentence, decided it was too long, and want the list back as bullets. For heavier list work, line tools handles sorting, deduping and numbering, and the bullet outline maker deals with nested structure this page deliberately ignores.
Questions people ask
Should I use the serial comma or not?
If you are writing for a publication or an organisation with a style guide, follow it: Chicago, MLA, APA and most book publishing use the serial comma, while AP and most newspaper style drops it. If the choice is yours, either is correct and the only thing that genuinely matters is being consistent within the document. The serial comma resolves a common ambiguity slightly more often than it creates one, which is why it is the more usual default outside journalism, but nobody should be told their prose is wrong for omitting it.
Why does the tool recommend semicolons for my list?
Because at least one of your items already contains a comma. Once that happens the comma is doing two jobs at once — separating items and appearing inside them — and the reader has no way to tell which is which. Every major style guide switches the separator to a semicolon in that situation, and the semicolon before the final conjunction is standard even in styles that drop the serial comma, because it is marking structure rather than expressing a preference.
Can I put the list back into bullets afterwards?
Yes, the last box on the page gives you the items one per line with a dash prefix, which pastes cleanly into Markdown, a text editor or most note applications. That box also reflects all the cleanup and deduplication you asked for, so it is a convenient way to normalise a messy pasted list even if you never wanted the sentence form at all.
My items are being split in the wrong place.
Change the splitting option. Comma splitting will tear apart any item that contains a comma of its own, such as a city and state pair, and semicolon splitting has the same problem in reverse. One item per line is the reliable choice and it is the default. The auto option only guesses between lines and commas, and it picks lines whenever there are at least two non-empty lines, so a single-line comma list is the only case where it chooses commas.
Is anything sent to a server?
No. Splitting, cleaning and joining all happen in JavaScript in the page on your own machine, with no request leaving the browser. The copy buttons use the clipboard interface built into your browser, which also does not involve a network call.