or download this
^ # Match only if at start of string (or line)
[ ]+ # Match any of the listed characters, one-or-
+more times (as many as possible)
Pin # Match a literal sequence ("Pin")
...
[ ]* # Match any of the listed characters, zero-or
+-more times (as many as possible)
out # Match a literal sequence ("out")