Forum Discussion
rraghvani
2 years agoChampion Level 3
In Python, it will output the results like so
import re
re.findall(r'\d+', "hello 42 I'm a 32 string 30")
> ['42', '32', '30']
but TestComplete won't print the array ['42', '32', '30'] in Log.Message(), which is annoying!
Related Content
- 6 years ago
- 4 years ago
- 8 years ago
Recent Discussions
- 18 hours ago