Traditional Culture Encyclopedia - Weather forecast - How to intercept some texts in Yi language

How to intercept some texts in Yi language

Version 2

Support library specification

. Local variable record, text type, "0"

. Local variable temporary variable, text type

Temporary variable = "It's a nice day today" +"abcdefg "

Record = Split text (temporary variable, "It's a nice day",)

If (take the number of array members (record) > 1)

Debugging output (record [2])

Otherwise.

Debugging output ("No text after segmentation failure or the weather is fine today")

But there will also be hidden dangers, such as two "it's a beautiful day" in your hand.

Text retrieval is the most convenient.

Take the left side of the text ()

Take the right side of the text ()

Take the middle of the text ()

Here is the source code:

Version 2

Support library specification

. Local variable record, text type

. Local variable temporary variable, text type

Temporary variable = "It's a nice day today" +"abcdefg "

Record = Take the right side of the text (temporary variable, take the text length (temporary variable)-take the text length ("It's a beautiful day today"))

Debugging output (record)