We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3628952 commit 07e22d1Copy full SHA for 07e22d1
doc/vital/Data/String.txt
@@ -139,6 +139,10 @@ dstring({expr}) *Vital.Data.String.dstring()*
139
lines({str}) *Vital.Data.String.lines()*
140
Splits into list of strings of each lines of {str}.
141
142
+strchars({str}) *Vital.Data.String.strchars()*
143
+ Returns the number of characters in String {str}.
144
+ This is a polyfill of |strchars()| when it was not provided.
145
+
146
contains_multibyte({str}) *Vital.Data.String.contains_multibyte()*
147
Return Number 1 if String {str} contains a multi-byte character,
148
otherwise zero.
0 commit comments