How I can extract words from strings using regular expressions?
Prathamesh More
Posted on November 24, 2020
I have searched on the internet but I don't get any solution. I just confused.
I have this string
("type": "Person" AND ("specialFields.email": "prathameshmore@gmail.com" OR "specialFields.address": "Jaysingpur"))
How can I extract data from like this
[
'(',
'"type": "Person"',
'AND',
'(',
'"specialFields.email": "prathameshmore@gmail"',
'OR',
'"specialFields.address": "Jaysingpur"',
')',
')'
]
Please anyone can help with it.
💖 💪 🙅 🚩
Prathamesh More
Posted on November 24, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.