if I have several lines of data in one column:
V6ZncXfFmyTEUG= <br> <br>
qQtR+Dpdp43zXznoU15Gtw2jQhw= <br><br>
aQ5zEgMOkmtbAaoqQI8DpjsjtHU=<br>
how would I remove everything after the =
Solved! Go to Solution.
regex_replace([field1],"^(.*\=)(.*)","$1")
how would I use this solution in a multi line dataset so that line after line would clean after the "=" character?
thank you very much, that worked
User | Count |
---|---|
60 | |
24 | |
24 | |
21 | |
21 |