replace new line/tab (a,b)
Group |
Replaces line breaks (carriage return or newline) and tabulator characters in text a with replacement text b.
Description of Parameters
Parameter |
Description |
a |
Text. |
b |
Replacement text. |
Examples
Parameter a |
Parameter b |
Result |
A[tab]B[NL]C |
_ |
A_B_C |
Note: [tab] a nd [NL] in the example are symbolic representations for better readability.