Question: Write a regular expression for the below expected output in java or python or any programming lang. i/p: abc.--def ghi--klm nop--qrs--tuv wxy--zx cc o/p: 'def
Write a regular expression for the below expected output in java or python or any programming lang.
i/p: abc.--def ghi--klm nop--qrs--tuv wxy--zx cc
o/p: 'def ghi', 'klm nop', 'qrs', 'tuv wxy', 'zx', 'cc'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
