Keyword search
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I need to search the content of [Field A] for the value of another field [Keyword Field]. However, the hit of the following pattern should be my positive results:
1. " " + [Keyword Field] + " "
2. " " + [Keyword Field] + "."
3. " " + [Keyword Field] + ","
4. " " + [Keyword Field] + end of line
5. Start of line + [Keyword Field] + " "
6. Start of line + [Keyword Field] + "."
7. Start of line + [Keyword Field] + ","
8. Start of line + [Keyword Field] + end of line
Instead of writing Contains statement in each of those cases, is there any more efficient way to do the search by using other function, such as regular expression.
- Labels:
- Fuzzy Match
- Regex
- Text Mining
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Does this solve your problem, if so, accept as the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Instead of writing 8 contains statements and connecting them with "OR", I wonder any more efficient ways to use only 1 function / formula / regular expression can achieve the same results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I just gave you one unless you are not explaining your use case completely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Thank you, Yoshiro. However, the RegEx is not working. I have tried this in filter tool and formula tool, both are not working.
