Hi,
I am looking for a way to split a series of sentences to no longer than 100 characters per line, but with the split being on a white space, so that words are not broken.
Is there a regex or some way to do this.
Thank you
valter
Hi,
I am looking for a way to split a series of sentences to no longer than 100 characters per line, but with the split being on a white space, so that words are not broken.
Is there a regex or some way to do this.
Thank you
valter
I found these two links to be most useful when learning about Regex.
The 30 Minute Regex Tutorial
Regular Expression Language Elements
Also this one has some samples for various things.
Regexlib.com
The 30 minute regex tutorial, is no doubt my favorite :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.