Talk:Modulo
Jump to navigation
Jump to search
Missing commands
There are no commands yet, because I need to figure out how to search commands with args from raw string in Python 3. --OsmineYT (talk) 09:47, 24 April 2020 (UTC)
- Shouldn't it just be something like
re.match(r'^%%commandname\[(.*)\]$', s)
? LegionMammal978 (talk) 14:43, 24 April 2020 (UTC)