Hi Team,
I have data and wants to find True and False. I want if first three letters and last three letters are the same then we should mark as True or False.
Please find example below:
| AA | Result |
| abs/zsd/rdf | FALSE |
| abs/zsd/abs | TRUE |
| tbs/zsd/abs | FALSE |
| zbs/zsd/abs | FALSE |
| zbs/zsd/zbs | TRUE |