Skip to content

Instantly share code, notes, and snippets.

@Nate-Wilkins
Created September 17, 2014 04:37
Show Gist options
  • Save Nate-Wilkins/cea0bdc42a9a30cbb7a0 to your computer and use it in GitHub Desktop.
Save Nate-Wilkins/cea0bdc42a9a30cbb7a0 to your computer and use it in GitHub Desktop.
Regex to split a string by a specified 'x' length
((?:.{1,x}(?=\s|$)|[^\s]+)(?:\s?))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment