M
Marcin Tyman
Hi guys,
I have string i.e:
a
b
c
c
c
a
c
d
For example I would like to match all c lines with regexp. How can I
create the regexp if c lines can be ordered differently i.e:
a
c
b
c
c
a
d
I will be appreciated for any help
Thanks
I have string i.e:
a
b
c
c
c
a
c
d
For example I would like to match all c lines with regexp. How can I
create the regexp if c lines can be ordered differently i.e:
a
c
b
c
c
a
d
I will be appreciated for any help
Thanks