Posts by Jéssica Campos • 21 points
1 post
-
1
votes0
answers140
viewsQ: Get only the first occurrence of R1: with regex
I have the following text:: R1:C1[6]|R1:C1[12]-[P1_G] I need to get only the first R1:. I tried doing a lazy regex R[\d+]?: ,but I didn’t get the result I needed and I didn’t understand why it…
regexasked Jéssica Campos 21