improved decide skill
This commit is contained in:
parent
3e1d98432c
commit
3aae72333b
@ -1,2 +1,2 @@
|
|||||||
(.* (?P<Choice1>.*) or (?P<dummy>.*))
|
(.* (?P<choice1>.*) or (?P<dummy>.*))
|
||||||
between ((?P<Choice1>.*) and (?P<dummy>.*))
|
between ((?P<choice1>.*) and (?P<dummy>.*))
|
@ -1,2 +1,2 @@
|
|||||||
(.* (?P<dummy2>.*) or (?P<Choice2>.*))
|
(.* (?P<dummy2>.*) or (?P<choice2>.*))
|
||||||
between ((?P<dummy2>.*) and (?P<Choice2>.*))
|
between ((?P<dummy2>.*) and (?P<choice2>.*))
|
||||||
|
@ -1 +1 @@
|
|||||||
(?P<choice1>\w+|(\w+ au \w+)) (?:ou|et) (?P<dummy>\w+|(\w+ au \w+))
|
(?P<choice1>\w+|(\w+ au \w+)) (?:ou|et) (?P<dummy1>\w+|(\w+ au \w+))
|
@ -1 +1 @@
|
|||||||
(?P<dummy>\w+|(\w+ au \w+)) (?:ou|et) (?P<choice2>\w+|(\w+ au \w+))
|
(?P<dummy2>\w+|(\w+ au \w+)) (?:ou|et) (?P<choice2>\w+|(\w+ au \w+))
|
Reference in New Issue
Block a user