Powershell正则表达式在行后添加空格,因此字符数等于15

ato*_*son 0 regex powershell

我可以在Powershell中使用正则表达式在数组中的项之后添加空格,以便每个项的字符长度等于15吗?

Dog[12 spaces]
Tiger[10 spaces]
Elephant[7 spaces]
Run Code Online (Sandbox Code Playgroud)

谢谢.