Skip to main content
Solved

How to identify only end with upper case latter's

  • February 5, 2020
  • 9 replies
  • 43 views

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)

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.

9 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • February 5, 2020

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


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • 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
  • 22 replies
  • February 5, 2020

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+60
  • Celebrity
  • 3704 replies
  • February 5, 2020

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
  • 22 replies
  • February 5, 2020

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
Celebrity
  • 7843 replies
  • February 5, 2020

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
  • 22 replies
  • February 5, 2020

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+60
  • Celebrity
  • 3704 replies
  • February 5, 2020

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
  • 22 replies
  • February 7, 2020

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