SOLVED
Delimiters
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
vgupta8
7 - Meteor
‎04-12-2023
11:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Can I get complete list of delimiters that are used in various tools in Alteryx such as formula tool, RegEx tool etc. Name and symbol
Thank You
Solved! Go to Solution.
Labels:
- Labels:
- Expression
- Regex
4 REPLIES 4
ShankerV
17 - Castor
‎04-12-2023
11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @vgupta8
Sadly there is no list of different delimiters that can be used. Since any character can be used as a delimiter.
Many thanks
Shanker V
‎04-12-2023
11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the quick response.
Would it possible to share ones that are used most commonly such as below?
Tab | \t |
New Line | \n |
Space | \s |
Space or Tab | \s\t |
Thanks
ShankerV
17 - Castor
‎04-12-2023
11:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @vgupta8
Please find the below which can be found in the Regex tool itself.
Click the below + button to expand.
Many thanks
Shanker V
‎04-12-2023
11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Shanker. This is useful.
