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

RAPTOR flowcart to write to a file output

Raptor Flowchart /

Write to a file with RAPTOR flowchart

Raptor Flowchart /

Simulation of probabilities die roll using Raptor Flowchart

Demo flowchart

Raptor Flowchart /

Raptor Subcharts Demo Flowchart

User input validation in Raptor flowchart

Raptor Flowchart /

User input validation in Raptor flowchart

Run Raptor flowchart on Ubuntu

Raptor Flowchart /

Run Raptor flowchart on Ubuntu

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

Recent Posts

  • Flowchart Control structures
  • Draw a Square using Turtle Graphics
  • Flowgorithm File Errors
  • Write to Text File using Flowgorithm
  • Read Text File using Flowgorithm
  • Flowgorithm Turtle Graphics Flowchart
  • Update Flowgorithm to Latest Version
  • Flowgorithm File Symbols
  • Flowgorithm Turtle Graphics
  • Flowgorithm 3 New Features

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version