Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created September 1, 2012 02:22
Show Gist options
  • Save betweenbrain/3562838 to your computer and use it in GitHub Desktop.
Save betweenbrain/3562838 to your computer and use it in GitHub Desktop.
Regex to Replace Microsoft Word => PDF bullet point with HTML list item
Search for:
 ([a-zA-Z0-9,\n\t’.\(\)\-\—/ ]*)
Replace with:
<li>$1</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment