Regex / Patterns in the Condition Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2017 08:19 PM
Hello Experts,
We are working on a way to figure out to build a condition.
For a string value we need to check whether it contains space. We are trying to do the same in condition builder like "short_descriptionCONTAINS<space>" but we failed.
Is there any way to achieve the above with Regular Expression / Patterns by leveraging OOB condition builder blocks?
Appreciate your help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2017 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2017 11:26 PM
Hi Aakash,
We tried the same and it's not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 06:05 AM
Hi Aakash,
Thanks for the link, that helped me to solve the issue.
Just thought of letting you know, regex on the condition builder automatically add "start of the line" - "/^" and "end of the line" - "$/" so I just added the in between characters for the validation.
Voila, it worked!!