regex-doc updates

This commit is contained in:
John Kerl 2015-10-06 23:02:06 -04:00
parent 6b6234b28e
commit 76ff6280da

View file

@ -2,15 +2,6 @@
<li/> Github issues are <a href="https://github.com/johnkerl/miller/issues">here</a>.
<li/> After the <a href="https://news.ycombinator.com/item?id=10066742">release
announcment</a>, by far the biggest asks were RFC-4180-compliant CSV, and
packaging (Homebrew, <tt>.deb</tt>).
<li/> String-oriented functions such as <tt>sub</tt>, and Miller&rsquo;s
<tt>filter</tt>, could be made far more powerful if a regular-expression
library were included. Additionally, allowing <tt>RS</tt>, <tt>FS</tt>, and/or
<tt>PS</tt> to be regexes would be powerful.
<li/> Various other to-do items are listed
<a href="https://github.com/johnkerl/miller/blob/master/c/todo.txt">here</a>.