Zend certified PHP/Magento developer

Notepad++ Adding a certain character after every instance of another character (only in a certain position)

Say I have data where each line starts with A, B, C, etc. and I want to add the number 1 after all the As, in position two. But I don’t want to add it after the As in any other position. Is there a way to do that?