Posts by Bruno • 23 points
1 post
-
2
votes2
answers637
viewsQ: Regular word start expression until next number
Needed a regular expression to pick group from a string. Let’s imagine the following string: (a >3) and ( b + c = 4 and M < 45) and (d + e = 6 and M between 40 and 60) and z>10 I needed to…