input <- c("Start>=8.5", "Start< 14.5", "x == 4", "tmp >= 7", "ff =11", "x<=2")
strsplit(input, '(?<=[><=])(?=[^><=])|(?<=[^><=])(?=[><=])', perl = TRUE)
