-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
REGEX_TEXT_PRESENTATION
; release v4.0.4
- Loading branch information
Showing
7 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file was generated by a script, please do not edit it by hand. | ||
# See `$ rake generate_constants` and data/generate_constants.rb for more info. | ||
|
||
module Unicode | ||
module Emoji | ||
REGEX_TEXT_PRESENTATION = /[\#\*0-9ยฉยฎโผโโขโนโ-โโฉโชโจโโญ-โฏโฑโฒโธ-โบโโชโซโถโโปโผโ-โโโโโโ โขโฃโฆโชโฎโฏโธ-โบโโโโ โฃโฅโฆโจโปโพโโ-โโโโโ โงโฐโฑโโโโโฉโฐโฑโดโท-โนโโโโโโโโโโโกโณโดโโโฃโคโกโคดโคตโฌ -โฌใฐใฝใใ๐ ฐ๐ ฑ๐ พ๐ ฟ๐๐ท๐ก๐ค-๐ฌ๐ถ๐ฝ๐๐๐-๐๐๐๐-๐๐-๐๐ณ๐ต๐ท๐ฟ๐๐ฝ๐๐๐ฏ๐ฐ๐ณ-๐น๐๐-๐๐๐ฅ๐จ๐ฑ๐ฒ๐ผ๐-๐๐-๐๐-๐๐ก๐ฃ๐จ๐ฏ๐ณ๐บ๐๐-๐๐ -๐ฅ๐ฉ๐ฐ๐ณ]/ | ||
end | ||
end |
8 changes: 8 additions & 0 deletions
8
lib/unicode/emoji/generated_native/regex_text_presentation.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file was generated by a script, please do not edit it by hand. | ||
# See `$ rake generate_constants` and data/generate_constants.rb for more info. | ||
|
||
module Unicode | ||
module Emoji | ||
REGEX_TEXT_PRESENTATION = /[\p{Emoji}&&\P{EPres}]/ | ||
end | ||
end |