How to match number in parentheses?
The task is quite simple: extract number from a pair of parentheses in a string.For example: "3" from "Abc_Def_Gh(3)_Ijk"But I get "(3)" with formula Regex(:String_Column, "\(([0-9])\)"). So the questions is that how can I specify where the match start. Any pointer to more detailed JMP Regex document are welcome.Thanks,Dong