![[R logo]](../../../doc/html/logo.jpg)
| cwhstring-package | cwh's string manipulation functions |
| %&% | Paste(infix) |
| all.digits | Test string for being a number or made up of digits only. |
| cap | Change case of strings |
| capitalize | Change case of strings |
| CapLeading | Change case of strings |
| capply | Change case of strings |
| charMat | Show absolute values as characters, prepare for plotting |
| cpos | Find the position of a substring |
| cv | Split a string at the location(s) of a delimiting string, at the single characters of a delimiter |
| datetime | Show date and time in ISO format |
| delstr | Delete a substring from a string |
| dt2str | Convert time difference to string. |
| formatFix | Format to a fixed format representation |
| formula2Rterm.names | Extract sides of a formula to strings |
| formula2string | Extract sides of a formula to strings |
| formula2term.names | Extract sides of a formula to strings |
| getSubs | Split a string at the location(s) of a delimiting string, at the single characters of a delimiter |
| indexLine | Show absolute values as characters, prepare for plotting |
| lower | Change case of strings |
| lowerize | Change case of strings |
| mydate | Show date and time in ISO format |
| mytime | Show date and time in ISO format |
| n22dig | Show vector or matrix (of 0 <= x <=1) in a compact way: |
| n2c | Show absolute values as characters, prepare for plotting |
| n2cCompact | Show absolute values as characters, prepare for plotting |
| numeric.string | Test string for being a number or made up of digits only. |
| padding | Padding a string with justification |
| pasteInfix | Paste(infix) |
| pasteRound | Paste rounded values |
| replacechar | Replace a character in a string by another |
| splitString | Split a string at the location(s) of a delimiting string, at the single characters of a delimiter |
| str2formula | Convert back to a formula |
| strip.whites | Strip white spaces |
| strmatch | A "shortest unique identifier" match. |
| substring.location | Find the position of a substring |
| term.names2formula | Convert back to a formula |
| vc | Split a string at the location(s) of a delimiting string, at the single characters of a delimiter |