Can any one suggest me how to match string patterns, where One string is
(\\.quantserve\\.com\\/|\\/quant\\.js)$
and which needed to be matched to
edge.quantserve.com/quant.js$.
Thanks for your help.
|
Can any one suggest me how to match string patterns, where One string is
and which needed to be matched to
Thanks for your help. |
|||
|
|
|
You should use the
Edit: Debug in Pattern |
|||||
|