Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の一致に使用できる正規表現は何ですか
<=、>=、==、!=
「var1 <= var2」で
(?<=(<(?==))) を使用してみましたが、動作しません
次の表現を試してください。
([<>!=]=)
シンプルで何が問題なの(<=|>=|==|!=)ですか?
(<=|>=|==|!=)
or 比較を使用する必要があります。