Regular Expression - Project Request Field
Limits on Project Request Field
Please allow us to enter regular expressions for the project request field or impose limits in any way. Currently, we use this field for scholarship applications as Initials and Last 4 Digits in an attempt to reduce as much bias during evaluation season. However, despite an 8 character limit, students will forgo their initials, etc. It would be great to have a unified type of answer.
Example: IAS 4777 or IS 4777
Regular Expression provided by Foundant Support would solve this - ^([a-zA-Z]{2,3})((\s)([0-9]{4}))?$

Thank you so much for taking the time to share your idea in the Idea Lab. We genuinely value your input and creativity. After reviewing engagement levels across all submitted ideas, we’ve decided to archive this particular idea. This will help us keep the Idea Lab organized and focused on the ideas that are receiving the most activity and feedback from our community.
That said, your idea is important to us! It’s possible a similar idea with higher engagement already exists — a quick search might help you find and support it. If you’d like to resubmit this idea with clearer or more specific wording, it could also help others find and vote for it more easily.
Please don’t hesitate to reach out if you have any questions, feedback, or concerns. We truly appreciate your participation and look forward to hearing more of your thoughts in the future.
Thank you again,
The Foundant Team
-
Ilsa Sanchez commented
Please allow limits for the Project Request Field beyond a max character limit. Regular Expressions would be great!
For SLM, we try to limit bias as much as possible during evaluation time. We ask applicants for:
Initials and Last 4 Digits of Phone NumberEx: IS 4777 or IAS 4777
However, we get:
1234 or J.J 1234The answers can vary like this despite a set character limit. Foundant support did come up with a solution that would solve this formatting issue: ^([a-zA-Z]{2,3})((\s)([0-9]{4}))?$