Soldato
Hi all,
Looking for some help with regex please. My example data:
a) ifvmsqltestx1
b) ifvmdevx1
c) ifvmx1
I need 3 statements
1) returns when the string "test" is found e.g. only a
2) returns when the string "dev" is found e.g. only b
3) returns when neither the string "test" nor "dev" is found e.g. only c
Many thanks in advance
Alc
Looking for some help with regex please. My example data:
a) ifvmsqltestx1
b) ifvmdevx1
c) ifvmx1
I need 3 statements
1) returns when the string "test" is found e.g. only a
2) returns when the string "dev" is found e.g. only b
3) returns when neither the string "test" nor "dev" is found e.g. only c
Many thanks in advance
Alc
Last edited: