Regex Replace Unique Using VB6 -
how replace using regex?
for example. string d + width / 2
if try replace d 1 output 1 + wi1th / /2.
how replace d only, , exclude d of width?
\bd\b should you. \b word boundary
how replace using regex?
for example. string d + width / 2
if try replace d 1 output 1 + wi1th / /2.
how replace d only, , exclude d of width?
\bd\b should you. \b word boundary
Comments
Post a Comment