Discussion
Instellars
Instellars
SG
Instellars
Posted: Jul 17, 2022
Last activity: Sep 11, 2024
Last activity: 11 Sep 2024 14:50 EDT
Remove duplicate white spaces (including tabs, newlines, spaces, etc...) in a string
Hi,
If string has more duplicate spaces. you can use below function with expression and it will remove all the duplicate spaces from string.
For example: Lorem Ipsum Dolor 96 and you can remove the duplicate spaces and out put is Lorem Ipsum Dolor 96
@pxReplaceAllViaRegex("Lorem Ipsum Dolor 96","\\s+"," ")
Thanks
***Edited by Moderator: Pooja Gadige to change category from Update to Product***
To see attachments, please log in.