I need to check the middle part of path appear two times. example:
images hotels AND csv fares
I used bellow regex string to check It. but I couldn't find the way. please help me to continue with this?
((images|csv|files)([A-Za-z0-9\-]+).*){2}
I need to check the middle part of path appear two times. example:
images hotels AND csv fares
I used bellow regex string to check It. but I couldn't find the way. please help me to continue with this?
((images|csv|files)([A-Za-z0-9\-]+).*){2}