im having a hardtime with this regex, i need to validate two words with a required point between them, no special characters, no @, no spaces, just the words and the point in the middle. for example:
test.test
i have been trying with this one, however it doesnt work:
^[a-z']*.[a-z']+$
can someone please help me with this? i have been stucked for a while now, thanks in advance