Is it possible to do this by regex.

Take the string for e.g:

hello my name is Johnny and i am good

it should turn it into:

Hello my name is Johnny and I am good.

Caps first letter, turn i into I (if its i + chr32) and put a period at end of sentence