^.+\\(.*\\)
I am struggling to work this one out, any help would be greatly appreciated…
also is there a site that lets youu paste in a regular expression then spits out in plain text what it means?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Others have already described it’s components, so I’ll give you some examples – allthough I’m not sure what
\\(and\\)stands for. It depends on your regexp-engine. If they match literal parenthesis, this regexp will match the following strings:but won’t match these:
In case they match literal slashes and open/close a group, your regexp will match: