[Solved] I need a regex for the following combination [closed]


mission_id:\s*\w?(\d*)\w?

That should work; maybe add any flags you need for parsing multiline text or whatever.

www.regexr.com is a great resource for trying out RegExps

solved I need a regex for the following combination [closed]