This function replaces line breaks (carriage return or newline) and tabulator characters in text a with replacement text b.
Parameters
Parameter | Description |
|---|---|
a | Text. |
b | Replacement text. |
Examples
Parameter a | Parameter b | Result |
|---|---|---|
A[tab]B[NL]C | _ | A_B_C |
Note: The strings "[tab]" and "[NL]" in the example are symbolic representations for better readability.