SyntaxFix
Write A Post
Hire A Developer
Questions
"^.*$"
literally just means select everything
"^" // anchors to the beginning of the line ".*" // zero or more of any character "$" // anchors to end of line