how to find only words after equal character with regex?
For example, in this text:
source=sourses/date=2018-02-05
date=2018-02-05/source=swbsource
flight_source=soursewft/date=2018-02-05
date=2018-02-05/source=sources
source=sourseswqa/date=2018-02-05
date=2018-02-05/flight_source=sourcepdt
I want to match the only words after equal. I mean the only sourseswqa, swbsource, sources, sourcepdt, sourses, soursewft words.
from Recent Questions - Stack Overflow https://ift.tt/2HyjawJ
https://ift.tt/eA8V8J
Comments
Post a Comment