commit | 8565efd509236dc7d4e766de39edae2cefb10057 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:30:58 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:03 2022 -0400 |
tree | 75c6a767cbdac256ad2b4433b5f08a0c97f45ff7 | |
parent | d667a0d8f413d7278f912aa4e671bc56d28b25f2 [diff] |
lib: Add a way to find the postiion of a trailing number At present it is not possible to find out which part of the string is the number part and which is before it. Add a new variant which provides this feature, so we can separate the two in the caller. Signed-off-by: Simon Glass <sjg@chromium.org>