Count the number of upper case letters in a string
qzqzqzqzqz
Member
in Beast Mode
I am trying to determine if all letters in a field are capitalized. for example:
String| Count
ABC | 3
abc | 0
Abcd |1
How can I calculate the 'Count' in this example?
0
Best Answer
-
LENGTH(
Uppercase
) - LENGTH(REGEXP_REPLACE(Uppercase
, '[A-Z]', ''))If I solved your problem, please select "yes" above
2
Answers
-
LENGTH(
Uppercase
) - LENGTH(REGEXP_REPLACE(Uppercase
, '[A-Z]', ''))If I solved your problem, please select "yes" above
2 -
I think you have to do this in an ETL, because REGEXP_REPLACE() doesn't work for me inside of a card.
LENGTH(REGEXP_REPLACE(`sample`,'[^A-Z]',''))
2 -
thanks all!! this was resolved; I used the formula in Data Flow.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 99 SQL DataFlows
- 613 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 723 Beast Mode
- 52 App Studio
- 40 Variables
- 675 Automate
- 173 Apps
- 450 APIs & Domo Developer
- 45 Workflows
- 7 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 393 Distribute
- 112 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 120 Manage
- 117 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 9 Domo University
- 5.3K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 106 Community Announcements
- 4.8K Archive