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


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -