(str)
| 468 | } |
| 469 | |
| 470 | export function unhtmlify(str) { |
| 471 | str = str.replace(/(<[^>]*>)+/g, ''); |
| 472 | return str.replace('"', "'"); |
| 473 | } |
| 474 | |
| 475 | /* * Turns plain text links into real links |
| 476 | ================================================== */ |
no outgoing calls
no test coverage detected