Python Forum
Pythone module for dynamic rule execution - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Pythone module for dynamic rule execution (/thread-21089.html)



Pythone module for dynamic rule execution - hemal07yc - Sep-13-2019

Which module in Python can be used for dynamic rule execution?
1. "re" module
2. "regex" module
3. "pyregex" module
4. None


RE: Pythone module for dynamic rule execution - luoheng - Sep-13-2019

The answer is 1.