Find the pattern “[Number1, Number2]” in any given String and get the Integer (32bit) values for Number1 and Number2

Mar 30 2007 8:06 AM
how can I do the following task if any one can help with this.

I need to find the pattern from the following string and get the int32 bit values from number1,number2.

Example Input:“afsad fsdaf [25,33] fasdffa fasfasfa”


Answers (1)