Karen Schaefer
asked on
Continued from Question #Q_21781278 - regarding a function to replace text within a string continued
How do I modify this code to include the quote in Call ######## Enter Pin "3000". I need to eliminate the quotes surrounding the number and replace it with ####.
SomeVar = RegExpReplace(RegExpReplac e(RegExpRe place(Some String, "http://[^ ]*", "http://", True, False), "[\d\.\-\(\)]{7,}", "##########", True, False), "\d{4}", "####", True, False)
Thanks,
Karen
SomeVar = RegExpReplace(RegExpReplac
Thanks,
Karen
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
BTW, when you post a new question that draws on previous questions, it is a good idea to add a link to the past question(s).
I knew what was going on, but other Experts are probably scratching their heads and thinking, what the heck is RegExpReplace?
That's not a native function?!?
:)
Regards,
Patrick