Skip to content

Commit

Permalink
Added include the regex for bengali
Browse files Browse the repository at this point in the history
  • Loading branch information
sudipshil9862 committed Oct 2, 2023
1 parent e6c3366 commit fec20ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/regex/shortcode-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// http://www.fileformat.info/info/unicode/block/index.htm
const ranges = [
//Bengali
/[\d+_\u0980-\u09FF-]/,
// Chinese
/[\d+_\u4E00-\u9FFF-]/,
// Japanese
Expand Down

0 comments on commit fec20ef

Please sign in to comment.