"^'([^']*)'[ \t]*[^=]*$". () is your match, key without quotes. This will match any string starting with a single-quote, followed by any ...
確定! 回上一頁