Please provide a regular expression, which will satisfy below requirement.
Do not allow - <x , where x = any alphabet [a-z],[A-Z]
For Example
Don't allow -
1) k<Aw
2) <b
3) 1<head
4) ceK<<<<<<D
Allow -
1) <
2) k<
3) l>
4) K<
5) )1w<.l
6) d<1b
7) B<,e
8) .kk<<<<<>a
I need a regular expression, to achive my requirement.