Hello,
I would like to get the first word with 4 letters of a sentence.
For instance: “An example of a ABCD sentence EFGH” the word would be “ABCD”.
Thanks!
Hello,
I would like to get the first word with 4 letters of a sentence.
For instance: “An example of a ABCD sentence EFGH” the word would be “ABCD”.
Thanks!
refer to the attached sequence.
Sequence.xaml (8.0 KB)
Thanks a lot.
What if I want to get the first word with 4 letters of a sentence and also the one that contains at least 1 number on it?
For instance: “This is ABCD of the sentence 2BCD” the word would be “2BCD” because it contains 1 number.
Thanks!
Thanks a lot.
Problem solved.