I have .config file I wanna dynamically get the regex value. Regex to get the port value in the example above. this config file is the config file of the robot stream.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="port" value="8080" />
</appSettings>
</configuration>