I have a have a string where the seprator is word and is case insenstive something like this
Data1 sep Data2 Sep date 3 SEP Data4 SeP Data 5
i am writing something like this :
split /(sep|SEP|Sep|seP)/, $string
is there an option to list split to split data incase sensitve ?