regex. How can I match the value between '+' and ':' ?
- by martin
I have this string:
sometext +[value]:-
I would like to match the value(1-3 numerical characters) (with regex, javascript)
sometext may contain a +sign if i'm unlucky so I don't wanna end up with matching
some +text +value:-
I sat up last night banging my head against this, so I would be really glad if someone could help me.