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.
いくつかの演算子に基づく正規表現を使用して文字列をトークン化したいと考えています。ただし、一部の演算子は他の演算子を文字列としてインクルードします。そのような
>=、>、 [ 例。>= を含む >]
文字列があるとします
(3>=4)!=(3>4) [演算子は >= 、 != 、 >]
それを正しくトークン化する方法は?