In a string if we know a start point .how to find the end string using js or jquery
var helper="$var_1__ee$var_2__ee";
$var is the starting point and the end string pattern is ee
How to split the string based on this pattern
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.
Regular expressions will be useful here
To provide a more detailed answer you need to tell us what are you trying to extract from this string.