jonthegeek / stbl

Stabilize Function Arguments
https://jonthegeek.github.io/stbl/
Other
14 stars 0 forks source link

regex arg #27

Closed jonthegeek closed 1 year ago

jonthegeek commented 1 year ago

stabilize_chr() should have a regex arg for further refinement.

Example: urls (from the "isstatic" package): "http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\\(\\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+"

I don't know that I want to export functions for specific cases, but consider including a dataset of some standards, or links in documentation.