1HCT::Util(3)          User Contributed Perl Documentation         HCT::Util(3)
2
3
4

NAME

6       HCT::Util - Generic utility functions for HCT.
7

DESCRIPTION

9       This package contains various utility functions which do not belong
10       anywhere else.
11

FUNCTIONS

13       This package provides several types of routines:
14
15   Strings
16       reduce_string (STRING [, REQUIRED_LENGTH, [, REPLACEMENT]])
17           Reduces string from the center and substitutes this place.
18           REQUIRED_LENGTH means, what length should have incoming string
19           after substitution. By default the replacement part equal to '~'.
20
21                   print reduce_string ('operator_precedence_sub', 11);
22                   # the result: opera~e_sub
23
24
25
26perl v5.36.0                      2022-07-21                      HCT::Util(3)
Impressum