I have a html content and somewhere inside i have this line:
<span>(48 עמודים סה"כ )</span>
What i need is to get only the 48 עמודים סה"כ And to put the number in this case 48 in int variable. In this case the number is 48 but it can be any other number in other cases.
The problem is that it's also inside the ( )
What i need to get is what inside the () And the number to be int