TASK
I am coding up ebooks to a specific standard, and have a script that converts a string into the correct titlecase for this publisher. When working with some public domain source files, one of...
4 answers
·
posted 3y ago
by David
· last activity
2y ago
by Mithical
Both replies, at different points, provided the basis for this working script. Assuming that the 12th line of file has something like:
<p>HERE IS MY TITLE</p>
where HERE... begi...