Trying to build a collection. It is successful in both Regex 101 and Regex Storm
Regex: (?<=\r\n\r\n\d )[\s\S]+?(?=\r\n\r\n\d |\z)
string:
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\r\n\r\n1 GET THIS TEXT\r\n\r\n2 GET THIS TEXT
There always seems to be a problem with UiPath and Complex regex. Why?
\r\n\r\n(#) are not regex code, they are part of the text I am trying to use in the lookbehind and before. Look at the example I left, don’t add return lines.