@ceeblue/web-utils
Preparing search index...
Util
trim
Function trim
trim
(
value
:
string
,
chars
?:
string
)
:
string
String Trim function with customizable chars
Parameters
value
:
string
string to trim
chars
:
string
= ' '
chars to use to trim
Returns
string
string trimmed
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ceeblue/web-utils
Loading...
String Trim function with customizable chars