Quantcast
Channel: SeoTools for Excel - Community - Latest topics
Viewing all articles
Browse latest Browse all 1126

REGEX Case sense doesn't work

$
0
0

@pedro.bruere wrote:

Hi,

I'm trying to retrieve all UPPERCASE words from a string using REGEX and I'm facing problems.

Considering that the string 'TRYING hard' is at A1:

=RegexpFind(A1;"[A-Z]+") bring the results: TRYING
=RegexpFind(A1;"[a-z]+") also bring the result TRYING

What's wrong?

Thks for the help.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1126

Trending Articles