1.1.1 • Published 6 years ago

@jonny/uzh-course-shortname v1.1.1

Weekly downloads
197
License
MIT
Repository
github
Last release
6 years ago

uzh-course-shortname Build Status

Abbreviate course names from UZH, even complex ones.

This module tries to remove everything but the most relevant part of a UZH module name.

Example: 002a Proseminario I di linguistica italiana: Elementi di linguistica sincronica gets abbreviated to Elementi di linguistica sincronica.

BWL III (V+Ü) (Business Administration III) gets abbreviated to BWL III.

LTK Modul 5: Zuchtmanagement Nagetiere gets abbreviated to Zuchtmanagement Nagetiere.

Install

$ npm install --save @jonny/uzh-course-shortname

Usage

const uzhCourseShortname = require('@jonny/uzh-course-shortname');

uzhCourseShortname('159 Aufbaumodul 3 NDL (SU): Poetik und Praxis des Notierens');
//=> 'Poetik und Praxis des Notierens'

API

uzhCourseShortname(input)

input

Type: string

License

MIT © Jonny Burger

1.1.1

6 years ago

1.1.0

7 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago