# UUID Generator ## About This UUID generator doesn't suck (really). It automatically highlights the product, gives options that cover over 99% of use-cases, and is visually uncluttered. For now, it only supports v4 UUIDs, but that's easy to remedy if needed. ## Usage Need some UUIDs? Refresh the page. Need some more? Click *Show more options*. In the options panel, the following preferences may be set and saved to localStorage: - Quantity - Uppercase? - Hyphenate? - Prefix string - Suffix string - Separator string - Last line has separator? - Last line is newline? Any of the afformentioned strings may include special characters which are hard to input. For example, a new line character is created with `\n`, a tab character with `\t`, etc. The special characters which are supported are: - Backspace (`\b`) - Form feed (`\f`) - New line (`\n`) - Carriage return (`\r`) - Tab (`\t`) - Vertical tab (`\v`) ## Saving and Deleting Preferences Preferences are saved in the browser under localStorage. These records may be obliterated with the big red button. ## License Copyright © 2013 [Davis D. Remmel](http://davisr.me/). All rights reserved. Please see LICENSE.txt for license specifics.