HOMELv027 正規表現 /a(?=b)/ は何にマッチするか(肯定先読み)。 2026年1月24日 (?=b)はbが続く場合のみaにマッチする File.chmod(0644, “file”) は何を変更するか。 正規表現 /a(?!b)/ は何にマッチするか(否定先読み)。