08-04-2025 02:45 AM - edited 08-04-2025 02:48 AM
I can't make the function Search and replace string work. I attached an image of the code and the string I receive. The function retrurns always 0 replacements.
I replace the substring with an identical substring because I only want to know if the substring is present in the whole string I receive and I can't find other useful functions.
Thank you
Solved! Go to Solution.
08-04-2025 04:59 AM
Maybe you need to set Multiline to True
08-04-2025 05:40 AM
can you post your entire and exact input string? Because it works find here (I used a different but similar input to yours). Match Pattern also works if you want to try it.
08-04-2025 06:41 AM
I managed with Match Pattern