ut-effectiveness / usheUtils

https://ut-effectiveness.github.io/usheUtils/
Other
0 stars 0 forks source link

Non-alpha characters and truncation limits in names and previous names #1

Closed JoyBaule closed 3 months ago

JoyBaule commented 4 months ago

ushe student file submission errors in the following elements:

S_06 Name: S_LAST cannot have non-alpha characters or spaces. Truncation limit = 60 S_FIRST cannot have non-alpha characters or spaces. Truncation limit = 15 S_MIDDLE cannot have non-alpha characters or spaces. Truncation limit = 15 S_SUFFIX cannot have non-alpha characters or spaces. Truncation limit = 4

S_07 Student Previous Name: S_PREV_LAST cannot have non-alpha characters or spaces. Truncation limit = 60 S_PREV_FIRST cannot have non-alpha characters or spaces. Truncation limit = 15 S_PREV_MIDDLE cannot have non-alpha characters or spaces. Truncation limit = 15 S_PREV_SUFFIX cannot have non-alpha characters or spaces. Truncation limit = 4

cdemkegit commented 4 months ago

I think I fixed this just need to check it with @JoyBaule