core.noscript.text
Hello,I need help parsing an address.Example:- Input.
- Output:
Thank you.
Solved! Go to Solution.
Hello @BautistaC888 ,
you can use the regex replace function for that for example:
Output1 REGEX_Replace([Field1], '(.*),(.*)', '$1') Output2 REGEX_Replace([Field1], '(.*),(.*)', '$2')
Hope that helps 🙂
Regards