Added the lstrip
, strip
, and rstrip
interfaces to the String
class (v2.8.5)
#890
simon-ritchie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since v2.8.5, the
lstrip
,strip
, andrstrip
interfaces have been added to theString
class.These interfaces are similar to the Python
str
built-in.For more details, please see the following documents:
Beta Was this translation helpful? Give feedback.
All reactions