This isn’t the best solution but it works on your string. Regex: \s[0-9]*\)
It checks
12)
45)
But not
as45)
fd21)
solved Regular Expression needed [closed]
This isn’t the best solution but it works on your string. Regex: \s[0-9]*\)
It checks
12)
45)
But not
as45)
fd21)
solved Regular Expression needed [closed]