G
Guest
Is there a Regular Expression that matches either an
integer [0-9]+ OR some letters [a-zA-Z]+ followed by a
COMMA followed by some letters [a-zA-Z]+
That is, for example, either 12345 OR aBc,xyZ
???
integer [0-9]+ OR some letters [a-zA-Z]+ followed by a
COMMA followed by some letters [a-zA-Z]+
That is, for example, either 12345 OR aBc,xyZ
???