0

I am looking to extract the number within the parenthesis.

Ex: String a = Value-Match (70%)

My regex pattern: Value-Match\w+\((\d+)\)

I would like to extract 70 if the string Value-Match matched.

ak1231234
  • 29
  • 6

0 Answers0