Skip to content

Commit

Permalink
Regex fixed, no more undercase letters
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakoc committed Aug 24, 2024
1 parent c5bf00f commit 046113c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
</section>
</template>
<template x-if="plannedStreams.hasElements()">
<section x-data="{isLectureHallValid(lectureHall) {const regex = /^\d{4}\.[A-Za-z0-9]{2}\.[A-Za-z0-9]{3,4}$/;
<section x-data="{isLectureHallValid(lectureHall) {const regex = /^\d{4}\.[A-Z0-9]{2}\.[A-Z0-9]{3,4}$/;
return regex.test(lectureHall);}}"
class="tum-live-course-view-item px-3">
<header>
Expand Down

0 comments on commit 046113c

Please sign in to comment.