Skip to main content
Solved

Find beginning of a word in a character chain

  • June 22, 2020
  • 2 replies
  • 7 views

Hello guys,

Is there a way to find a word I character chaîne with the tester like in arcgis when I create an sql selection. For exemple with the % at the end or beginning or word?

Best answer by erik_jan

Another option would be the StringSearcher transformer, using regular expressions.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2
  • 194 replies
  • June 22, 2020

The Tester drop down for operator has a 'contains', 'begins with', and 'ends with' function and then you can either set a static right value or use a variable from an attribute.

 


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • June 22, 2020

Another option would be the StringSearcher transformer, using regular expressions.