I have a string that has two single quotes in it, the \' character. In between the single quotes is the data I want.
\'
How can I write a regex to extract
add apache.commons dependency on your pom.xml
org.apache.commons commons-io 1.3.2
And below code works.
StringUtils.substringBetween(String mydata, String "'", String "'")