Skip to content
Advertisement

Detecting a specific string with regex in python

I have a csv file with below string structure:

JavaScript

I want to get any string which comes after Match: For example the expected result shared as below:

JavaScript

with below code it is not possible to get my relative string:

JavaScript

Advertisement

Answer

This works:

JavaScript

gives

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement