User:TomTheHand/Unit tests for AWB regexes/Speed

This section contains regular expressions for formatting units of speed.

Replace km/hr with km/h

edit
Description
Replace km/hr with km/h
Find
km/hr
Replace with
km/h
Regular expression? Case sensitive?
N Y
Text this regex should modify: Intended result:

km/hr

km/h

Replace ft/sec(ond) with ft/s

edit
Description
Replace ft/sec or ft/second with ft/s
Find
\b(\d+)(?:\s| |-)?ft\/s(?:ec(?:ond)?)?\b
Replace with
$1 ft/s
Regular expression? Case sensitive?
Y N
Text this regex should modify: Intended result:
  1. 5 ft/s
  2. 5 ft/sec
  3. 5 ft/second
  4. 5ft/s
  5. 5ft/sec
  6. 5ft/second
  7. 5 ft/s
  8. 5 ft/sec
  9. 5 ft/second
  1. 5 ft/s
  2. 5 ft/s
  3. 5 ft/s
  4. 5 ft/s
  5. 5 ft/s
  6. 5 ft/s
  7. 5 ft/s
  8. 5 ft/s
  9. 5 ft/s

Replace (k)m/sec(ond) with (k)m/s

edit
Description
Replace km/sec, km/second, m/sec or m/second with km/s or m/s as appropriate
Find
\b(\d+)(\s| |-)?(k?m)\/s(?:ec(?:ond)?)?\b
Replace with
$1$2$3/s
Regular expression? Case sensitive?
Y Y
Text this regex should modify: Intended result:
  1. 5 m/s
  2. 5 m/sec
  3. 5 m/second
  4. 5m/s
  5. 5m/sec
  6. 5m/second
  7. 5 m/s
  8. 5 m/sec
  9. 5 m/second
  10. 5 km/s
  11. 5 km/sec
  12. 5 km/second
  13. 5km/s
  14. 5km/sec
  15. 5km/second
  16. 5 km/s
  17. 5 km/sec
  18. 5 km/second
  1. 5 m/s
  2. 5 m/s
  3. 5 m/s
  4. 5 m/s
  5. 5 m/s
  6. 5 m/s
  7. 5 m/s
  8. 5 m/s
  9. 5 m/s
  10. 5 km/s
  11. 5 km/s
  12. 5 km/s
  13. 5 km/s
  14. 5 km/s
  15. 5 km/s
  16. 5 km/s
  17. 5 km/s
  18. 5 km/s

Replace m.p.h. with mph

edit
Description
Replace m.p.h. with mph
Find
m.p.h.
Replace with
mph
Regular expression? Case sensitive?
N N
Text this regex should modify: Intended result:

m.p.h.

mph