我想生成一个与房间描述匹配的正则表达式,如下所示:
My Room Description(enter, n, s, e and w)
My Room Description(enter, e, s, w and n)
My Room Description(s, w, e, n and enter)
My Room Description(n, e, w, s and enter)
出口方向可能在不同的位置,但在这种情况下总是相同的数量 (4)。
这不应该匹配:
My Room Description(n, up, e, w, s and enter)
因为它有5 个出口(“进入”除外)。