Trouble with REGEX Transformation

In openHAB REGEX works a little differently from normal. The expression must match the entire String/document and the first matching group is what gets returned. So your second Item’s expression would need to be something like

.*class=\"memberDetailsValue\">(.*)</span>.*