hi guys,
i want to return or get output 40:123 , whereas input is 40$:123 ---- want to use lookahead , but it always return in output if i use below...any idea, need to used lookahead $ is must in named capture.
input string
40$:123
(?<pattern>\d+(?=\$)\$:\d+)