S
Shawn B.
Greetings,
Given the following string:
eid=6;mid={S:mid};peid={S
eid};pname={S
name};;happy={R:happy}
What regular expression would I write to match the ";" but not the ";;". I
want to write a replace regex to replace the ";" with another character and
the ";;" with a ";".
Thanks,
Shawn
Given the following string:
eid=6;mid={S:mid};peid={S


What regular expression would I write to match the ";" but not the ";;". I
want to write a replace regex to replace the ";" with another character and
the ";;" with a ";".
Thanks,
Shawn