| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
string as the key to the cache. This means that changing the syntax
will return the correct compiled pattern.
clear_cache(): New function.
|
|
|
|
|
| |
Give capwords a default pattern argument which will recognize words as
sequeces of [a-zA-Z0-9_].
|
|
|
|
|
|
| |
optional third argument gives a maximum number of delimiters to parse.
The new function splitx() is like split() but returns a list
containing the words as well as the delimiters.
|
| |
|
| |
|
|
string.splitfields(s, '') now returns [s] as split() in nawk.
Added _exit to exported functions of os.
|