I\'m currently programming a vocabulary algorithm that checks if a user has typed in the word correctly. I have the following situation: The correct solution for the word wo
'^(part1|part2|part1,part2)$'
does it work?