Find/Replace with variable number strings
Posted: Fri Jul 01, 2022 1:39 am
I have code that looks like this:
/hc/article_attachments/5022597652123/
That I want to replace with this:
../_images/_stock_web/
The problem is that string of numbers in the find segment is different for every instance and of variable length, too.
What wild card can I use for that?
Thanks,
Donna
/hc/article_attachments/5022597652123/
That I want to replace with this:
../_images/_stock_web/
The problem is that string of numbers in the find segment is different for every instance and of variable length, too.
What wild card can I use for that?
Thanks,
Donna