"a <a bc>" : TRUE
"a <<a bc>>" : TRUE
"a < a bc>" : FALSE
"a <a bc >" : FALSE
"a <<a bc >>" : FALSE
"a <a bc >>" : FALSE
I tried the following one :
regex = "<+\\S.*\S]>+"
"a <a bc>" : TRUE
"a <<a bc>>" : TRUE
"a < a bc>" : FALSE
"a <a bc >" : FALSE
"a <<a bc >>" : FALSE
"a <a bc >>" : FALSE
I tried the following one :
regex = "<+\\S.*\S]>+"