Skip to main content
Solved

How to identify only end with upper case latter's


tomjerry.vl
Forum|alt.badge.img

Only Identified End with Upper case latter

For example identified below highlighted yellow color indicated words words

NameIdentification 2 A 2 A 3 D 3 Dhbsv 5 G hbsv 5 G g 6 Gsgdsgg 6 Gsgdsgt 56 Fgdsgt 56 Fgdsgtd 9 Dtd 9 D

Best answer by redgeographics

You can use a StringSearcher to search for the regex [A-Z]$ (do make sure you set it to Case Sensitive)

View original
Did this help you find an answer to your question?

9 replies

ebygomm
Influencer
Forum|alt.badge.img+33
  • Influencer
  • February 5, 2020

A string searcher with regex [A-Z]$ with case sensitive set to YES


redgeographics
Celebrity
Forum|alt.badge.img+49
  • Celebrity
  • Best Answer
  • February 5, 2020

You can use a StringSearcher to search for the regex [A-Z]$ (do make sure you set it to Case Sensitive)


tomjerry.vl
Forum|alt.badge.img
  • Author
  • February 5, 2020
redgeographics wrote:

You can use a StringSearcher to search for the regex [A-Z]$ (do make sure you set it to Case Sensitive)

How to use this expression "regex [A-Z]$" in Tester please tell me


redgeographics
Celebrity
Forum|alt.badge.img+49
tomjerry.vl wrote:

How to use this expression "regex [A-Z]$" in Tester please tell me

If you want to use a Tester (or TestFilter) this is the way to do it


tomjerry.vl
Forum|alt.badge.img
  • Author
  • February 5, 2020
redgeographics wrote:

You can use a StringSearcher to search for the regex [A-Z]$ (do make sure you set it to Case Sensitive)

Thank you giving your answer I am asking one more question how use "Replace Regular Expression" in String pair replacer please tell me

 


takashi
Influencer
  • February 5, 2020
tomjerry.vl wrote:

Thank you giving your answer I am asking one more question how use "Replace Regular Expression" in String pair replacer please tell me

 

The StringPairReplacer won't work with regular expressions, unfortunately.


tomjerry.vl
Forum|alt.badge.img
  • Author
  • February 5, 2020
takashi wrote:

The StringPairReplacer won't work with regular expressions, unfortunately.

But how to change exact multiple words string pair replacer

 

 

note:not combination words changed only exact words

novenoverantagrd rocknovenovember

 

rockmoon

 

fuzzyrock

 

rock

 


redgeographics
Celebrity
Forum|alt.badge.img+49
ebygomm wrote:

A string searcher with regex [A-Z]$ with case sensitive set to YES

I think you had me beat by a few seconds so I'm going to accept this answer as well


tomjerry.vl
Forum|alt.badge.img
  • Author
  • February 7, 2020
ebygomm wrote:

A string searcher with regex [A-Z]$ with case sensitive set to YES

Not only two words. different types of words how to change like as string pair replace


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings