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.
4 文字以上の文の最初の単語のみに一致する正規表現を作成する必要があります。ここで真実とフォーラムを検索しましたが、できませんでした..
例:
"Christmas Baskets"> "Christmas" "Tea and infusions"> "Tea and infusions" "Beer"> "Beer"
これは RegEx の奇妙な使い方です。以下は、3 文字を超える文頭の単語にのみ一致します。
/^[^\s][^\s][^\s][^\s]+/