@@ -58,7 +58,7 @@ SUMMARY:CM,CCUBE
## Remove semester from subjects
-Vim command : `:%s/S[3579]\+//`
+Vim command : `:%s/S[0-9]\+//`
Before :
```