Skip to content

Instantly share code, notes, and snippets.

@gnuns
Created December 10, 2019 16:38
Show Gist options
  • Save gnuns/5eceb9f43e5c0572e67cc5266ca40b89 to your computer and use it in GitHub Desktop.
Save gnuns/5eceb9f43e5c0572e67cc5266ca40b89 to your computer and use it in GitHub Desktop.
RegExp: Get first <=160 chars before ","
/(^.{1,160}[^,])\s/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment