RFC 5396asdot
で説明されているように、表記にAS 番号を含める必要がある Web フォーム フィールドを検証するには、正規表現が必要です。
asdot
refers to a syntax scheme of representing AS number values less than 65536 using asplain notation and representing AS number values equal to or greater than 65536 using asdot+ notation. Using asdot notation, an AS number of value 65526 would be represented as the string "65526" and an AS number of value 65546 would be represented as the string "1.10".
Javascript RegExp オブジェクトと Java EE javax.validation.constraints.Patternを正規表現で使用したいと考えています。