Regex Line Break
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
kgordish
8 - Asteroid
‎02-26-2024
10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I need some assistance with Regex and line breaks. Reading some older posts, but the Alteryx interface has changed over time.
Trying to insert line breaks within a cell after a comma.
Thank you in advance.
Labels:
- Labels:
- Preparation
2 REPLIES 2
nagakavyasri
12 - Quasar
‎02-26-2024
11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
19 - Altair
‎02-26-2024
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @kgordish
If you want your line breaks to be within the current cells use \n as the Replacement Text. Also your matching text should include a trailing space in the Regular Expression ", " to remove the leading space from the second row onwards.
Dan
 
 
