Catmandu::Fix::substring(3pm) | User Contributed Perl Documentation | Catmandu::Fix::substring(3pm) |
Catmandu::Fix::substring - extract a substring out of the value of a field
# Extract a substring out of the value of a field # - Extact from 'initials' the characters at offset 0 (first character) with a length 3 substring(initials, 0, 3)
Catmandu::Fix, substr
2023-03-03 | perl v5.36.0 |