Ask for a java regular expression

<span style="text-align: justify; font-size: 114px;"><span>
<span style="text-align: justify; font-size: 114px;"><span>

as in the text above, I want to get all the values with px set. I originally wrote Pattern.compile ("\\ d?px"); , but found that I can only get 4px . I want to get 114px.
ask how to modify the rule

Mar.02,2021

\\ d+px . In addition, extract the tag document content xpath to understand?


? Change to * or +

Menu