python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I remove case sensitivity from field formulas?
I created a new field in Data Studio whose formula is:
IF(STATUS= "lost","lost","found")
The problem is STATUS column contains lost, Lost and many other variations.
How ...
verynewuser
Votes: 0
Answers: 1
Regex TRYING to search with multiple criteria or backwards
Appreciating regex but still beginning.
I tried many workarounds but can't figure how to solve my problem.
String A : 4 x 120glgt
String B : 120glgt
I'd like the proper regex to return 120 as the numb...
David ABITEBOUL
Votes: 0
Answers: 1
understanding the concept of amounts with regex
I am aware that regex does not work with numeric values, yet, how can we have a regex pattern to differentiate between numbers in a google sheets formula?
for example: >=13 and <13
A
B
...

player0
Votes: 0
Answers: 2
GCP Label Regex - re2 - to Count occurrence of a word
Would appreciate if someone could assist if there's a way to "count" number of occurrences of a specific word in GCP Labels - does something like re2_count() works? if so can you share an ex...
user2315182
Votes: 0
Answers: 0