File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,13 @@ In the Julia REPL type:
2525using UnicodeREPL
2626```
2727
28- Hereafter, you will be able to enter "unicode repl" mode by typing
28+ Herafter you can get use the docstring (by typing ` ?UnicodeREPL ` ) to get a
29+ quick overview of how to use UnicodeREPL.
30+
31+ The main feature is "unicode repl" mode, which can be entered by typing
2932the ` ^ ` character at the start of a line.
30- In "unicode repl" mode, any pattern matching ` \u(XXXX) ` will be
33+ When the ` Tab ` key is pressed in "unicode repl" mode, any pattern matching
34+ ` \u(XXXX) ` will be
3135converted to the Unicode character corresponding to ` XXXX ` , where ` XXXX ` is a
3236string of any length containing the hexadecimal
3337[ Unicode codepoint] ( https://codepoints.net ) of a valid Unicode character.
You can’t perform that action at this time.
0 commit comments