Browse Source

Update readme for v0.1.5

tags/v0.1.5^0
Garrick Aden-Buie 8 years ago
parent
commit
50a5113094
2 changed files with 10 additions and 9 deletions
  1. +2
    -2
      Readme.Rmd
  2. +8
    -7
      Readme.md

+ 2
- 2
Readme.Rmd View File

- Add "flavors" menu to **Regex** tab. Automatically sets options to common flavors. - Add "flavors" menu to **Regex** tab. Automatically sets options to common flavors.
Mainly for clarity when switching between "base"" style and "tidyverse/stringr" defaults. Mainly for clarity when switching between "base"" style and "tidyverse/stringr" defaults.
- Add replacement functions somewhere. Maybe to **Output** tab with `g?sub` and
- **Done in v0.1.5!** Add replacement functions somewhere. Maybe to **Output** tab with `g?sub` and
`str_replace(_all)?` as options with an additional "replacement" field that `str_replace(_all)?` as options with an additional "replacement" field that
appears when those are selected. Or possibly as a "flavor" (see above) in the appears when those are selected. Or possibly as a "flavor" (see above) in the
**Regex** tab. **Regex** tab.


- I may add `stringi` functions to the list of available functions in the **Output** tab. - I may add `stringi` functions to the list of available functions in the **Output** tab.


- I would like to add the regex/function options for the functions in the **Output** tab, i
- **Done in v0.1.5!** I would like to add the regex/function options for the functions in the **Output** tab, i
similar to the options present in the **Regex** tab. similar to the options present in the **Regex** tab.

+ 8
- 7
Readme.md View File

common flavors. Mainly for clarity when switching between “base”" common flavors. Mainly for clarity when switching between “base”"
style and “tidyverse/stringr” defaults. style and “tidyverse/stringr” defaults.


- Add replacement functions somewhere. Maybe to **Output** tab with
`g?sub` and `str_replace(_all)?` as options with an additional
“replacement” field that appears when those are selected. Or
possibly as a “flavor” (see above) in the **Regex** tab.
- **Done in v0.1.5\!** Add replacement functions somewhere. Maybe to
**Output** tab with `g?sub` and `str_replace(_all)?` as options with
an additional “replacement” field that appears when those are
selected. Or possibly as a “flavor” (see above) in the **Regex**
tab.


- I may add `stringi` functions to the list of available functions in - I may add `stringi` functions to the list of available functions in
the **Output** tab. the **Output** tab.


- I would like to add the regex/function options for the functions in
the **Output** tab, i similar to the options present in the
**Regex** tab.
- **Done in v0.1.5\!** I would like to add the regex/function options
for the functions in the **Output** tab, i similar to the options
present in the **Regex** tab.

Loading…
Cancel
Save