Sorry for caps (transcribed from image).
You can use tr to quickly convert it to lowercase:
pbpaste | tr '[:upper:]' '[:lower:]'
Sorry for caps (transcribed from image).