How do I select lines starting with specific number
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
Aamir651
6 - Meteoroid
‎10-23-2021
01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How do I select lines starting with specific number from a data on workflow, say all numbers starting from "01", "02", "03"
Labels:
- Labels:
- Text Mining
1 REPLY 1
22 - Nova
‎10-23-2021
02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Aamir651
Two ways you can do this
1st way: using startswith() function
2nd way: using find and replace tool matching begins with
Hope this helps : )
