Can anybody tell me the difference between the * and + operators in the example below:
*
+
[<>]+ [<>]*
[<>]+
[<>]*
[<>]+ is same as [<>][<>]*
[<>][<>]*