Просмотр исходного кода

Merge pull request #5 from katrinleinweber/patch-1

Fix typos
tags/v0.1.4
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
8cef96acf7
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      Readme.Rmd

+ 2
- 2
Readme.Rmd Просмотреть файл

## View regex results without the interactivity ## View regex results without the interactivity


regexplain also provides the function `view_regex()` that you can use as a `stringr::str_view()` replacement. regexplain also provides the function `view_regex()` that you can use as a `stringr::str_view()` replacement.
In addition to highlighting matched portions of the text, `view_regex()` also colorizes groups and attemps to colorize the regex expression itself as well.
In addition to highlighting matched portions of the text, `view_regex()` also colorizes groups and attempts to colorize the regex expression itself as well.


```r ```r
text <- c("breakfast=eggs;lunch=pizza", text <- c("breakfast=eggs;lunch=pizza",
## Known Issues and Future Work ## Known Issues and Future Work


Regular expressions are nothing if not a collection of corner cases. Regular expressions are nothing if not a collection of corner cases.
Trying to pass regular expressions through Shiny and HTML inputs is a bit of a labrynth.
Trying to pass regular expressions through Shiny and HTML inputs is a bit of a labyrinth.
For now, assume any issues or oddities you experience with this addin are entirely my fault and have nothing to do with the fine packages this addin is built on. For now, assume any issues or oddities you experience with this addin are entirely my fault and have nothing to do with the fine packages this addin is built on.
If you do find an issue, [please file an issue](https://github.com/gadenbuie/regexplain). If you do find an issue, [please file an issue](https://github.com/gadenbuie/regexplain).



Загрузка…
Отмена
Сохранить