Find the <<>> character in string
Hi friends,i have strings like below
eg:1
var a = <<sachu>>
eg2:
var a = <sachu>
eg3:
var a = <<<<<john>>>
in the string if i am having < or > i want to return some value like 0 or 1 ...based on that i ll work on
if i found atleast one < or > i want to return some value
how can we achive via javascript ... simple function plz
thaks,
saravanan
