Can someone please help with making a regex expression to accomplish the following:
Match the string '55' that is not preceded by a '$' and not directly preceded or followed by another numeric digit.
Cant work out the lookarounds. The examples I've found like (?<!)
aren't supported by online regex testers like regexpal.