| | |
| | | |
| | | ```js |
| | | // Examples: |
| | | const Lu = require('regenerate-unicode-properties/General_Category/Uppercase_Letter.js'); |
| | | const Greek = require('regenerate-unicode-properties/Script_Extensions/Greek.js'); |
| | | const Lu = require('regenerate-unicode-properties/General_Category/Uppercase_Letter.js').characters; |
| | | const Greek = require('regenerate-unicode-properties/Script_Extensions/Greek.js').characters; |
| | | ``` |
| | | |
| | | Some properties can also refer to strings rather than single characters: |
| | | ```js |
| | | const { characters, strings } = require('regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js'); |
| | | ``` |
| | | |
| | | To get the Unicode version the data was based on: |