feat 236,284
全半角の改修コミット
This commit is contained in:
@@ -79,7 +79,7 @@ export class FullWidthAction implements IAction{
|
||||
containsFullWidthChars(text: string): boolean {
|
||||
|
||||
//半角英数字カナ記号を除外
|
||||
const checkRegex="[^\x01-\x7E\uFF61-\uFF9F]";
|
||||
const checkRegex="^[^\x01-\x7E\uFF61-\uFF9F]+$";
|
||||
|
||||
//正規表現オブジェクト生成
|
||||
const fullWidthRegex = new RegExp(checkRegex);
|
||||
|
||||
Reference in New Issue
Block a user