TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Raptor Flowchart

String Operations in Raptor Flowchart

Raptor Flowcharts

Introduction

In this tutorial, let’s learn some string operations that we can perform in Raptor flowcharts with examples.

Length_Of

Length_Of() function can be used to find the length of the string expression or an array. In the example, website string

has 19 characters.

website <- “www.TestingDocs.com”

length_of(website) = 19

String length

Concatenation

The concatenation of strings is joining two or more strings together. In the Raptor flowchart, we can use the + operator to concatenate strings. In the example, we have two strings

protocol <- “https://”

domain <- “testingdocs.com”

protocol + domain = “https://testingdocs.com”

 

Concatenation Demo

To_ASCII

To_ASCII function returns the ASCII(American Standard Code for Information Interchange)  code of the character. The ASCII table can be found online.

character <- ‘A’

to_ascii(character) = 65

 

Related Posts

Install RAPTOR Avalonia CentOS

Raptor Flowchart /

Install RAPTOR Avalonia on CentOS

RAPTOR Avalonia Edition Windows

Raptor Flowchart /

Download RAPTOR Avalonia Edition on Windows

RAPTOR Editions

Raptor Flowchart /

RAPTOR Editions

RAPTOR flowcart to write to a file output

Raptor Flowchart /

Write to a file with RAPTOR flowchart

Sum of Squares Array Elements Modular Approach

Raptor Flowchart /

Sum of Squares of Given Array Elements

‹ Raptor Subcharts Demo Flowchart› Simulation of probabilities die roll using Raptor Flowchart

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version