Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

String manipulation and function usage of Jython

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains the "Jython string operation and function usage", the content of the article is simple and clear, easy to learn and understand, now please follow the editor's train of thought slowly in depth, together to study and learn the "Jython string operation and function usage" bar!

In the examples in the following sections, I will use the following values:

Name = "Barry Feigenbaum"

Addr = '1234***ny Street "

V1 = 100; v2 = v1 * 1.5; v3 =-v2; v4 = 1 / v2

S1 = "String 1"; S2 = "String 2"

Sent = "The rain in Spain falls mainly on the plain."

Get an object in the form of a Jython string

To get a string representation of any value or expression (that is, an object), make one of the following functions:

Str (expr) creates a human-oriented Jython string.

Repr (expr) or `expr` creates (where possible) a computer-oriented string that the eval function can use to recreate the value.

Note that for many types, including the basic type, str (x) and repr (x) generate the same (or very similar) string.

Thank you for reading, the above is the content of "string manipulation and function usage of Jython". After the study of this article, I believe you have a deeper understanding of the string operation of Jython and the usage of functions, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report