| 19 | ) |
| 20 | |
| 21 | type String string |
| 22 | |
| 23 | // Scan checks if the string contains any unicode characters. If it does, converts to an array suitable for creating |
| 24 | // a String using FromUtf16, otherwise returns nil. |
no outgoing calls
no test coverage detected