File: spaces.txt

package info (click to toggle)
cmd2 3.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,664 kB
  • sloc: python: 17,488; makefile: 114; sh: 39; javascript: 7
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
# check spaces in all their forms

(Cmd) say how many spaces
how many spaces
(Cmd) say how many spaces
how/\s{1}/many/\s{1}/spaces
(Cmd) say "how          many      spaces"
how/\s+/many/\s+/spaces