If you require ‘Hello’ in the regular expression, then you can apply the positive lookbehind to both ‘Hello’ and ‘fr.’
(?<=(Hello)|(fr\.\s))\d{3}
9
solved Regex “easy” one -> post deleted afterwards [duplicate]
If you require ‘Hello’ in the regular expression, then you can apply the positive lookbehind to both ‘Hello’ and ‘fr.’
(?<=(Hello)|(fr\.\s))\d{3}
9
solved Regex “easy” one -> post deleted afterwards [duplicate]