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.
のような式をモデル化するために、上限がある plus() のようなパーサーはありItem <- [a-zA-Z0-9]{1,5}ますか?
Item <- [a-zA-Z0-9]{1,5}
同様にItem <- [a-zA-Z0-9]{3,5}?
Item <- [a-zA-Z0-9]{3,5}