This is an interesting topic. One that i have had some trouble with.. primarily becuase im not a programmer or anything of that kind.. I tried some of the examples that pertain to my needs, but was not able to resolve my issue.. simple for someone that knows this.. no so simple for me...
I have a bunch of text/html documents that need formating.. there is no consitency in the document.. example...
Some Title
Some text for paragraph1
Some Text for Paragraph 2 with a period at the end indiucating an end of paragraph.
Paragraph3 with no period on the end of the line
Another Paragraph this time with a comma at the end,
another Paragraph that shoudl have been part of the last paragraph based on a comma being present in the last paragraph + this time with a semi-colon at the end:
1 - Bullet list with item one
2 - Bullet item 2
3 - Bullet item 3
Some new paragraph
1) - Bullet list with item one
2) - Bullet item 2
3) - Bullet item 3
Some new paragraph
1. - Bullet list with item one
2. - Bullet item 2
3. - Bullet item 3
Some new paragraph
a. - Bullet list with item one
b. - Bullet item 2
c. - Bullet item 3
What i'm looking for help with is how to globally format this inconsistant document to read as follows
Some Title
Some text for paragraph1
Some Text for Paragraph 2 with a period at the end indiucating an end of paragraph.
Paragraph3 with no period on the end of the line
Another Paragraph this time with a comma at the end, another Paragraph that should have been part of the last paragraph based on a comma being present in the last paragraph + this time with a semi-colon at the end:
5e81a3075eca4f552f8352a93bc3dae8
Some new paragraph
- Bullet list with item one
- Bullet item 2
- Bullet item 3
Some new paragraph
- Bullet list with item one
- Bullet item 2
- Bullet item 3
Some new paragraph
a. - Bullet list with item one
b. - Bullet item 2
c. - Bullet item 3
any help would be appreciated... a single line of regex that i can do a global search and replace if doable would be good
FYI i have searched google but there is no example sclose to this that help.. however i did find the following resource infomative.. http://regexlib.com/CheatSheet.aspx