I have a set of data and each row has different number of &. How do I find and match the first & in each row using regex?
Sample data:
- Document & saved (faulty authorization)
- Document & cannot be processed in this transaction with billing type &
- Revenue of leading WBS element & determined by substitution from &
I am working on a RPA system and when I put & as regex, it matches all & occurrences instead of the first.
So wonder if you guys have any alternatives.
Thanks!