Hi,
1. A regular expression like that should force capital letters :
regexone.com/
2. You can find ideas of attributes on the HTML tag list of possible attributes. For example for text areas:
developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
So you could for example add the attribute:
autocapitalize="characters"
and it will automatically capitalize all the characters entered in the textarea.
A place holder is something that is displayed in an input field in grey before you click on the field to get the focus and write in it.