Hi Team!
I am trying to use 'GetValueByRegex' tool and something is not working for me. I need to extract 20-character long string from a text. I use the following regex expression for this: /[0-9a-zA-Z]{20,}/.
I use the following text as an example: BLA BLA A91EDB845AB15A3D825A BLA BLA. However, I always get null in the result. What is exactly wrong with my aproach?