moodle-an-hochschulen / moodle-local_profilecohort

Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
GNU General Public License v3.0
23 stars 19 forks source link

Improvement: Text consistency at the beginning and end #59

Open stdoma opened 8 months ago

stdoma commented 8 months ago

Hello! It would be good if you can check a text match at the beginning and at the end of a string.

Often you can work with checking a match or the availability of a substring. Because of organizational reasons we have to concatenate several items of information in one field. We are lucky that all partial information are unique. This means that the check at the beginning and end is not absolutely necessary.

In general, it would be a profitable improvement.