issues
search
avantifellows
/
quiz-creator
An interface to create quizzes for the Avanti Fellows Quiz Engine
GNU General Public License v3.0
21
stars
45
forks
source link
[36] Handle Platform ID
#74
Closed
Drish-xD
closed
3 months ago
Drish-xD
commented
3 months ago
Description
Matching the platform link pattern using regex to find the unique id of the platform.
In case of unknown link using current time string as a
platformId
(only if platform is
others
).
Created a constant
PlatformPatterns
to manage the regex patterns.
Description
platformId
(only if platform isothers
).PlatformPatterns
to manage the regex patterns.