replace new line/tab (a,b)
|
Group |
Replaces newline and tabulator characters in a with the replacement character b.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
|
b |
Replace value. |
Examples
|
Parameter a |
Parameter b |
Result |
|
A[tab]B[NL]C |
_ |
A_B_C |