How to get notes in lower case

Welcome back to the community, @anupah! All you need to do is use this regex code:

regex(.,'^[a-z\W]+$')

Instead of the code used in this previous post:

You could also have a look at our support article Restricting Text Responses With Regular Expressions to learn more about regex.